summaryrefslogtreecommitdiff
path: root/graphics/asymptote/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/entry.h')
-rw-r--r--graphics/asymptote/entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/entry.h b/graphics/asymptote/entry.h
index e11ad59940..03cdcef4e2 100644
--- a/graphics/asymptote/entry.h
+++ b/graphics/asymptote/entry.h
@@ -395,7 +395,7 @@ class venv {
void replaceType(ty *new_t, ty *old_t);
#if DEBUG_CACHE
- void popType(ty *tnew);
+ void popType(astType *tnew);
#else
void popType();
#endif