mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 09:00:25 +02:00
codetools: fixed compilation with fpc 2.5.1
git-svn-id: trunk@24391 -
This commit is contained in:
parent
7d8ef3e279
commit
468b3feea5
@ -119,7 +119,10 @@ 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'
|
||||
{$ENDIF}
|
||||
);
|
||||
|
||||
function ReverseRTTIParamList: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user