Преглед изворни кода

Merge pull request #545 from HurryStarfish/patch-5

Make bcc compile again
Brucey пре 4 година
родитељ
комит
0f2002c234
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()