diff --git a/src/widgets/valnum.h b/src/widgets/valnum.h index 3127278ae..84c187ad2 100644 --- a/src/widgets/valnum.h +++ b/src/widgets/valnum.h @@ -144,7 +144,7 @@ namespace Private // The template argument T is just the type handled by the validator that will // inherit from this one. template -class NumValidator final : public B +class NumValidator /* final */ : public B { public: typedef B BaseValidator;