Index: src/Validate/ImplementEnumFunc.cpp
===================================================================
--- src/Validate/ImplementEnumFunc.cpp	(revision 38093ae64b024ab4c59bfa2d4555f10ec56e103e)
+++ src/Validate/ImplementEnumFunc.cpp	(revision cf191acabcbe38d3f82a9149c4febffefea40a9a)
@@ -296,5 +296,5 @@
         {new ast::ObjectDecl(getLocation(), "_i", new ast::EnumInstType(decl))},
         {new ast::ObjectDecl(getLocation(), "_ret",
-            new ast::BasicType(ast::BasicType::UnsignedInt))});
+            new ast::BasicType(ast::BasicKind::UnsignedInt))});
 }
 
