summaryrefslogtreecommitdiff
path: root/graphics/asymptote/entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/entry.cc')
-rw-r--r--graphics/asymptote/entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/entry.cc b/graphics/asymptote/entry.cc
index 7a780fdd56..e6e3a031a0 100644
--- a/graphics/asymptote/entry.cc
+++ b/graphics/asymptote/entry.cc
@@ -526,7 +526,7 @@ void venv::namevalue::replaceType(ty *new_t, ty *old_t) {
}
#ifdef DEBUG_CACHE
-void venv::namevalue::popType(ty *s)
+void venv::namevalue::popType(astType *s)
#else
void venv::namevalue::popType()
#endif