diff options
Diffstat (limited to 'graphics/asymptote/entry.h')
-rw-r--r-- | graphics/asymptote/entry.h | 2 |
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 |