Codetools: fixed compilation with FPC < 2.5.1 (broken in rev. 24391)

git-svn-id: trunk@24392 -
This commit is contained in:
maxim 2010-04-04 13:26:44 +00:00
parent 468b3feea5
commit 9cdf3fa212

View File

@ -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}
);