mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* Fix building
git-svn-id: trunk@32963 -
This commit is contained in:
parent
82788b4995
commit
c1e876f525
@ -2870,7 +2870,7 @@ begin
|
|||||||
T:=TypeInfo(TIndexOptions);
|
T:=TypeInfo(TIndexOptions);
|
||||||
O:=StringToSet(T,S);
|
O:=StringToSet(T,S);
|
||||||
OP:=TIndexOptions(O);
|
OP:=TIndexOptions(O);
|
||||||
Options:=OP;
|
Self.Options:=OP;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user