summaryrefslogtreecommitdiff
path: root/graphics/asymptote/callable.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/callable.h')
-rw-r--r--graphics/asymptote/callable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/callable.h b/graphics/asymptote/callable.h
index f870d48d97..da7584f90b 100644
--- a/graphics/asymptote/callable.h
+++ b/graphics/asymptote/callable.h
@@ -43,7 +43,7 @@ public:
// How a function reference to a non-builtin function is stored.
struct func : public callable {
lambda *body;
- frame *closure;
+ vmFrame *closure;
func () : body(), closure() {}
virtual void call (stack*);
virtual bool compare(callable*);