Explorar el Código

* Fix bug id #37514 : type helper not recognized

git-svn-id: trunk@46319 -
michael hace 5 años
padre
commit
a78d5ba112
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/pas2js/stubcreator.pp

+ 1 - 1
utils/pas2js/stubcreator.pp

@@ -340,7 +340,7 @@ begin
   FLineNumberWidth:=4;
   FIndentSize:=2;
   FExtraUnits:='';
-  FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals];
+  FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals,woAlwaysRecordHelper];
 end;
 
 destructor TStubCreator.Destroy;