Browse Source

+ Fixed inherited create

michael 21 years ago
parent
commit
ba793f2378
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/sqlite/sqlitedataset.pas

+ 1 - 1
fcl/db/sqlite/sqlitedataset.pas

@@ -715,7 +715,7 @@ end;
 
 constructor TSQLite.Create(Aowner: tComponent);
 begin
-inherited create(owner);
+inherited create(Aowner);
 fLstName := TStringList.Create;
 fLstVal := TStringList.Create;
 fDoSql:=false;