summaryrefslogtreecommitdiff
path: root/graphics/asymptote/env.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-03-26 03:03:59 +0000
committerNorbert Preining <norbert@preining.info>2024-03-26 03:03:59 +0000
commit904f56f2c26edc7eb11d5a27579bccbeca29c618 (patch)
tree8a4d6d2e163e93dd2c13a28db996b419aee856b4 /graphics/asymptote/env.h
parent05f8146ef2eea2cd71b9c96583c6d893e6c76af5 (diff)
CTAN sync 202403260303
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
);
};