mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 06:42:40 +02:00
lcl: less warnings
git-svn-id: trunk@49659 -
This commit is contained in:
parent
25c059c099
commit
be9ce3be19
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user