소스 검색

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()