mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:00:26 +02:00
codetools: fixed double init, thx to Paul
git-svn-id: trunk@21552 -
This commit is contained in:
parent
aa8825df16
commit
99b710e724
@ -3090,7 +3090,7 @@ begin
|
||||
{$IFDEF CTDEBUG}
|
||||
DebugLn('TCodeToolManager.GetCompatiblePublishedMethods A ',Code.Filename,' Classname=',AClassname);
|
||||
{$ENDIF}
|
||||
Result:=InitCurCodeTool(Code);
|
||||
Result:=false;
|
||||
if not InitCurCodeTool(Code) then exit;
|
||||
try
|
||||
Result:=FCurCodeTool.GetCompatiblePublishedMethods(UpperCaseStr(AClassName),
|
||||
|
Loading…
Reference in New Issue
Block a user