mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:59:09 +02:00
codetools: using Martins fix for MethodKindAsString
git-svn-id: trunk@29014 -
This commit is contained in:
parent
ad706e155e
commit
2c75ddebd7
@ -120,11 +120,11 @@ const
|
||||
MethodKindAsString: array[TMethodKind] of shortstring = (
|
||||
'procedure', 'function', 'constructor', 'destructor',
|
||||
'class procedure', 'class function'
|
||||
{$IFNDEF VER2_4}
|
||||
,'class constructor', 'class destructor'
|
||||
{$ENDIF}
|
||||
{$IFDEF VER2_5}
|
||||
,'operator overload'
|
||||
{$IF high(TMethodKind)<> mkClassFunction}
|
||||
,'class constructor', 'class destructor'
|
||||
{$IF high(TMethodKind)<> mkClassDestructor}
|
||||
,'operator overload'
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user