diff --git a/interface/wx/valnum.h b/interface/wx/valnum.h index 3cf138a07e..105384615b 100644 --- a/interface/wx/valnum.h +++ b/interface/wx/valnum.h @@ -101,7 +101,7 @@ public: Calling this is equivalent to calling both SetMin() and SetMax(). */ - void SetRange(ValueType min, ValueType max) + void SetRange(ValueType min, ValueType max); /**