removed TIBQuery due to compiler bug

git-svn-id: trunk@4525 -
This commit is contained in:
mattias 2003-08-26 08:43:49 +00:00
parent c771afd96b
commit 414c67d333

View File

@ -30,7 +30,7 @@ implementation
procedure RegisterUnitInterbase;
begin
RegisterComponents('Interbase',[TIBDatabase,TIBTransaction,TIBQuery]);
RegisterComponents('Interbase',[TIBDatabase,TIBTransaction{,TIBQuery}]);
end;
procedure Register;