diff options
Diffstat (limited to 'graphics/asymptote/constructor.cc')
-rw-r--r-- | graphics/asymptote/constructor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/constructor.cc b/graphics/asymptote/constructor.cc index 68e9b803d5..b7ab7e1478 100644 --- a/graphics/asymptote/constructor.cc +++ b/graphics/asymptote/constructor.cc @@ -76,7 +76,7 @@ void transConstructorBody(position pos, coenv &e, record *r, varEntry *init) v->encode(READ, pos, e.c); // Call the 'operator init' field of the object. - init->encode(CALL, pos, e.c, v->getLevel()); + init->encode(action::CALL, pos, e.c, v->getLevel()); // Push the object again. v->encode(READ, pos, e.c); |