summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/genv.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/genv.h')
-rw-r--r--Build/source/utils/asymptote/genv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/genv.h b/Build/source/utils/asymptote/genv.h
index c706f0c109c..014896e3e26 100644
--- a/Build/source/utils/asymptote/genv.h
+++ b/Build/source/utils/asymptote/genv.h
@@ -43,13 +43,13 @@ class genv : public gc {
void checkRecursion(string filename);
// Translate a module to build the record type.
- record *loadModule(symbol *name, string s);
+ record *loadModule(symbol name, string s);
public:
genv();
// Get an imported module, translating if necessary.
- record *getModule(symbol *name, string s);
+ record *getModule(symbol name, string s);
// Uses the filename->record map to build a filename->initializer map to be
// used at runtime.