diff options
Diffstat (limited to 'graphics/asymptote/stack.h')
-rw-r--r-- | graphics/asymptote/stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/stack.h b/graphics/asymptote/stack.h index 0522f6bb98..cd7524d553 100644 --- a/graphics/asymptote/stack.h +++ b/graphics/asymptote/stack.h @@ -108,7 +108,7 @@ public: // Put an import (indexed by filename and optional template // parameter signature) on top of the stack, initializing it if necessary. - void load(string index); + void loadModule(string index, Int numPushedParents = 0); // These are so that built-in functions can easily manipulate the stack void push(item next) { |