fixed warnings

git-svn-id: trunk@7946 -
This commit is contained in:
vincents 2005-10-10 11:33:08 +00:00
parent 474af88895
commit 593d31c026
2 changed files with 3 additions and 2 deletions

View File

@ -80,7 +80,8 @@ type
procedure RefreshFieldsListBox(SelectAllNew: boolean); procedure RefreshFieldsListBox(SelectAllNew: boolean);
public public
{ public declarations } { public declarations }
constructor Create(AOwner: TComponent; ADataset: TDataset; ADesigner: TComponentEditorDesigner); constructor Create(AOwner: TComponent; ADataset: TDataset;
ADesigner: TComponentEditorDesigner); reintroduce;
property Designer: TComponentEditorDesigner read FDesigner write FDesigner; property Designer: TComponentEditorDesigner read FDesigner write FDesigner;
property ComponentEditor: TFieldsComponentEditor write FComponentEditor; property ComponentEditor: TFieldsComponentEditor write FComponentEditor;
end; end;

View File

@ -52,7 +52,7 @@ type
public public
{ public declarations } { public declarations }
constructor Create(AOwner: TComponent; ADataset: TDataset; constructor Create(AOwner: TComponent; ADataset: TDataset;
ADesigner: TComponentEditorDesigner); ADesigner: TComponentEditorDesigner); reintroduce;
end; end;
var var