* Fix bug id #37514 : type helper not recognized

git-svn-id: trunk@46319 -
This commit is contained in:
michael 2020-08-08 09:09:18 +00:00
parent 67f5cc1003
commit a78d5ba112

View File

@ -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;