mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 18:40:33 +02:00
Codetools: fixed compilation with FPC < 2.5.1 (broken in rev. 24391)
git-svn-id: trunk@24392 -
This commit is contained in:
parent
468b3feea5
commit
9cdf3fa212
@ -119,9 +119,9 @@ type
|
||||
const
|
||||
MethodKindAsString: array[TMethodKind] of shortstring = (
|
||||
'procedure', 'function', 'constructor', 'destructor',
|
||||
'class procedure', 'class function',
|
||||
'class procedure', 'class function'
|
||||
{$IFNDEF VER2_4}
|
||||
'class constructor', 'class destructor'
|
||||
,'class constructor', 'class destructor'
|
||||
{$ENDIF}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user