mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 05:43:51 +02:00
* Fix bug id #37514 : type helper not recognized
git-svn-id: trunk@46319 -
This commit is contained in:
parent
67f5cc1003
commit
a78d5ba112
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user