lcl: less warnings

git-svn-id: trunk@49659 -
This commit is contained in:
mattias 2015-08-13 06:07:53 +00:00
parent 25c059c099
commit be9ce3be19

View File

@ -220,7 +220,7 @@ type
property DisplayPanel: TPanel read FDisplayPanel;
property DisplayLabel: TLabel read FDisplayLabel;
public
constructor Create(AOwner: TComponent; ALayout: TCalculatorLayout);
constructor Create(AOwner: TComponent; ALayout: TCalculatorLayout); reintroduce;
property Value: Double read GetValue write SetValue;
end;