summaryrefslogtreecommitdiff
path: root/graphics/asymptote/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/env.h')
-rw-r--r--graphics/asymptote/env.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/asymptote/env.h b/graphics/asymptote/env.h
index a63ef9c375..1cf628f095 100644
--- a/graphics/asymptote/env.h
+++ b/graphics/asymptote/env.h
@@ -30,6 +30,7 @@ using types::function;
using types::record;
class genv;
+class coenv;
// Keeps track of the name bindings of variables and types. This is used for
// the fields of a record, whereas the derived class env is used for
@@ -185,12 +186,11 @@ public:
~env();
record *getModule(symbol id, string filename);
- record *getTemplatedModule(symbol id,
+ record *getTemplatedModule(symbol index,
string filename,
- string index,
mem::vector<absyntax::namedTyEntry*> *args,
- trans::frame *parent
- );
+ coenv& e);
+ record *getLoadedModule(symbol id);
};
} // namespace trans