IDE: Overload TBuildModesCheckList constructor to avoid a warning.

(cherry picked from commit db64a6240d)
This commit is contained in:
Juha 2023-11-24 13:20:59 +02:00 committed by Maxim Ganetsky
parent cfba01dfbb
commit ade813f1be

View File

@ -117,7 +117,7 @@ type
procedure SelectAll;
procedure SelectFirst;
public
constructor Create(InfoCaption: String);
constructor Create(InfoCaption: String); overload;
destructor Destroy; override;
end;