소스 검색

Add ':' to buildXml

Hugh Sanderson 12 년 전
부모
커밋
eaa2843461
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"