Browse Source

Add ':' to buildXml

Hugh Sanderson 12 years ago
parent
commit
eaa2843461
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ast.ml

+ 1 - 1
ast.ml

@@ -147,7 +147,7 @@ module Meta = struct
 		| Bind -> ":bind"
 		| Bitmap -> ":bitmap"
 		| Build -> ":build"
-		| BuildXml -> "buildXml"
+		| BuildXml -> ":buildXml"
 		| Class -> ":class"
 		| ClassCode -> ":classCode"
 		| Commutative -> ":commutative"