mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 11:16:09 +02:00
fix compilation
git-svn-id: trunk@12945 -
This commit is contained in:
parent
1e96af5fb0
commit
e38ed63108
@ -513,7 +513,7 @@ begin
|
|||||||
if FDeclarationCache.FindDeclarations(Code,X,Y,ListOfPCodeXYPosition,
|
if FDeclarationCache.FindDeclarations(Code,X,Y,ListOfPCodeXYPosition,
|
||||||
CacheWasUsed)
|
CacheWasUsed)
|
||||||
then
|
then
|
||||||
Result:=ldprSuccess;
|
Result:=ldprSuccess
|
||||||
else
|
else
|
||||||
Result:=ldprFailed;
|
Result:=ldprFailed;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user