HurryStarfish 4 лет назад
Родитель
Сommit
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()