Browse Source

* Fix bug id #37515

git-svn-id: trunk@46317 -
michael 5 năm trước cách đây
mục cha
commit
99551dc6b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];
+  FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals];
 end;
 
 destructor TStubCreator.Destroy;