summaryrefslogtreecommitdiff
path: root/graphics/asymptote/absyn.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/absyn.h')
-rw-r--r--graphics/asymptote/absyn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/absyn.h b/graphics/asymptote/absyn.h
index a25d463c64..9a0421e0d4 100644
--- a/graphics/asymptote/absyn.h
+++ b/graphics/asymptote/absyn.h
@@ -48,7 +48,7 @@ void prettyindent(ostream &out, Int indent);
void prettyname(ostream &out, string name, Int indent, position pos);
class name;
-class ty;
+class astType;
class varinit;
class exp;
class runnable;