mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 18:09:43 +01:00
* SMall fix so hopefully it compiles with 2.2.2 - bug ID #12637
git-svn-id: trunk@17400 -
This commit is contained in:
parent
897938b8e4
commit
95cbfe6e7e
@ -424,7 +424,11 @@ begin
|
||||
eotIndex:
|
||||
begin
|
||||
POT:=eotIndexes;
|
||||
{$ifdef onlyoldobjects}
|
||||
Result:=TD.Indexes.AddIndexDef(AObjectName);
|
||||
{$else}
|
||||
Result:=TD.Indexes.AddIndex(AObjectName);
|
||||
{$endifdef}
|
||||
II:=IIIndex;
|
||||
end;
|
||||
{$ifndef onlyoldobjects}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user