瀏覽代碼

Fixed compile error

HurryStarfish 4 年之前
父節點
當前提交
a85a8b22d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iparser.bmx

+ 1 - 1
iparser.bmx

@@ -586,7 +586,7 @@ Type TIParser
 		Forever
 		
 		' semant imported classes
-		For Local cdecl:TClassDecl = EachIn _mod.decls
+		For Local cdecl:TClassDecl = EachIn _mod.Decls()
 			cdecl.Semant()
 			If Not cdecl.args Then
 				cdecl.FinalizeClass()