mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:49:22 +02:00
codetools: fixed compilation with fpc 2.6.4
git-svn-id: trunk@54726 -
This commit is contained in:
parent
6bd8281e0c
commit
c5464ad7dc
@ -10119,7 +10119,7 @@ var
|
||||
AliasType: TFindContext;
|
||||
Params: TFindDeclarationParams;
|
||||
begin
|
||||
Result:=Default(TExpressionType);
|
||||
Result:=CleanExpressionType;
|
||||
if Node=nil then
|
||||
RaiseException(20170421212058,'TFindDeclarationTool.FindExpressionTypeOfConstSet Node=nil');
|
||||
{$IFDEF CheckNodeTool}
|
||||
|
Loading…
Reference in New Issue
Block a user