diff --git a/components/exctrls/source/exeditctrls.pas b/components/exctrls/source/exeditctrls.pas index 536bd0024..509d1556c 100644 --- a/components/exctrls/source/exeditctrls.pas +++ b/components/exctrls/source/exeditctrls.pas @@ -67,7 +67,7 @@ type function SafeInc(AValue: Currency): Currency; override; function SafeDec(AValue: Currency): Currency; override; {$IFDEF SAMEVALUE_FIX} - function SameValue(AValue1, AValue2: Currency): Boolean; {$IF LCL_FullVersion >= 2030000}override;{$IFEND} + function SameValue(AValue1, AValue2: Currency): Boolean; {$IF LCL_FullVersion >= 2020200}override;{$IFEND} {$ENDIF} function TextIsNumber(const S: String; out ANumber: Currency): Boolean; override; function TryExtractCurrency(AText: String; out AValue: Currency;