summaryrefslogtreecommitdiff
path: root/graphics/asymptote/stm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/stm.cc')
-rw-r--r--graphics/asymptote/stm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/stm.cc b/graphics/asymptote/stm.cc
index 17461a01d2..e9907d8d0e 100644
--- a/graphics/asymptote/stm.cc
+++ b/graphics/asymptote/stm.cc
@@ -134,7 +134,7 @@ void tryToWriteExp(coenv &e, exp *expr)
if (t->kind == ty_overloaded) {
// Translate the expr in order to print the ambiguity error first.
expr->trans(e);
- em.sync();
+ em.sync(true);
assert(em.errors());
// Then, write out all of the types.