Skip to content

Commit 64ebcfc

Browse files
committed
fix compiler hint
1 parent c79b9f7 commit 64ebcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/ES.RegExControls.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ TEsRegexLabeledEdit = class(TLabeledEdit, IRegexIndicator)
230230
implementation
231231

232232
uses
233-
System.Math, Es.ExGraphics, Es.Utils, System.RegularExpressionsCore, System.RegularExpressions,
233+
System.Math, System.UITypes, Es.ExGraphics, Es.Utils, System.RegularExpressionsCore, System.RegularExpressions,
234234
Winapi.Windows, Vcl.Themes;
235235

236236
function GetNormalEditColor(Control: TWinControl): TColor;

0 commit comments

Comments
 (0)