mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 11:18:10 +02:00
IDE: Overload TBuildModesCheckList constructor to avoid a warning.
This commit is contained in:
parent
1633420b55
commit
db64a6240d
@ -116,7 +116,7 @@ type
|
||||
procedure SelectAll;
|
||||
procedure SelectFirst;
|
||||
public
|
||||
constructor Create(InfoCaption: String);
|
||||
constructor Create(InfoCaption: String); overload;
|
||||
destructor Destroy; override;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user