1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 17:18:41 +02:00
This commit is contained in:
Paul Licameli 2016-02-24 21:14:19 -05:00
parent 7824e94030
commit 6a3d99a8e6

View File

@ -144,7 +144,7 @@ namespace Private
// The template argument T is just the type handled by the validator that will // The template argument T is just the type handled by the validator that will
// inherit from this one. // inherit from this one.
template <class B, typename T> template <class B, typename T>
class NumValidator final : public B class NumValidator /* final */ : public B
{ {
public: public:
typedef B BaseValidator; typedef B BaseValidator;