mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 08:39:41 +01:00
removed TIBQuery due to compiler bug
git-svn-id: trunk@4525 -
This commit is contained in:
parent
c771afd96b
commit
414c67d333
@ -30,7 +30,7 @@ implementation
|
||||
|
||||
procedure RegisterUnitInterbase;
|
||||
begin
|
||||
RegisterComponents('Interbase',[TIBDatabase,TIBTransaction,TIBQuery]);
|
||||
RegisterComponents('Interbase',[TIBDatabase,TIBTransaction{,TIBQuery}]);
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user