summaryrefslogtreecommitdiff
path: root/graphics/asymptote/exp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/exp.cc')
-rw-r--r--graphics/asymptote/exp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/exp.cc b/graphics/asymptote/exp.cc
index 8f8ebae097..f683330158 100644
--- a/graphics/asymptote/exp.cc
+++ b/graphics/asymptote/exp.cc
@@ -103,7 +103,7 @@ void exp::testCachedType(coenv &e) {
em.compiler(getPos());
em << "cached type '" << *ct
<< "' doesn't match actual type '" << *t << "'";
- em.sync();
+ em.sync(true);
}
}
}