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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/env.h b/graphics/asymptote/env.h
index 301e22b2dd..a63ef9c375 100644
--- a/graphics/asymptote/env.h
+++ b/graphics/asymptote/env.h
@@ -188,7 +188,8 @@ public:
record *getTemplatedModule(symbol id,
string filename,
string index,
- mem::vector<absyntax::namedTyEntry*> *args
+ mem::vector<absyntax::namedTyEntry*> *args,
+ trans::frame *parent
);
};