woollybah пре 7 година
родитељ
комит
f131e66691
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      iparser.bmx

+ 1 - 0
iparser.bmx

@@ -745,6 +745,7 @@ Type TIParser
 				
 				Local decl:TDecl= ParseDecl( _toke,decl_attrs | DECL_CONST)
 				classDecl.InsertDecl decl
+				decl.declImported = True
 			End If
 			
 		Forever