Index: src/CodeGen/GenType.cc
===================================================================
--- src/CodeGen/GenType.cc	(revision 013935109d49125650e7608973f7bb888294a557)
+++ src/CodeGen/GenType.cc	(revision af746ccdf606483f8f89907b52e8b9471c72df7c)
@@ -46,5 +46,5 @@
 	void postvisit( ast::UnionInstType const * type );
 	void postvisit( ast::EnumInstType const * type );
-	void postvisit( ast::EnumPosType const * type );
+	void postvisit( ast::EnumAttrType const * type );
 	void postvisit( ast::TypeInstType const * type );
 	void postvisit( ast::TupleType const * type );
@@ -240,5 +240,5 @@
 }
 
-void GenType::postvisit( ast::EnumPosType const * type ) {
+void GenType::postvisit( ast::EnumAttrType const * type ) {
 	postvisit( type->instance );
 }
