Ver código fonte

* Fix building

git-svn-id: trunk@32963 -
michael 9 anos atrás
pai
commit
c1e876f525
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/fcl-db/src/datadict/fpdatadict.pp

+ 1 - 1
packages/fcl-db/src/datadict/fpdatadict.pp

@@ -2870,7 +2870,7 @@ begin
     T:=TypeInfo(TIndexOptions);
     O:=StringToSet(T,S);
     OP:=TIndexOptions(O);
-    Options:=OP;
+    Self.Options:=OP;
     end;
 end;