* Fix bug id #37515

git-svn-id: trunk@46317 -
This commit is contained in:
michael 2020-08-08 08:55:36 +00:00
parent 6cbab40b52
commit 99551dc6b2

View File

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