mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 18:18:02 +02:00
IDE: Overload TBuildModesCheckList constructor to avoid a warning.
(cherry picked from commit db64a6240d
)
This commit is contained in:
parent
cfba01dfbb
commit
ade813f1be
@ -117,7 +117,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