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);
public
{ 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 ComponentEditor: TFieldsComponentEditor write FComponentEditor;
end;

View File

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