1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 09:08:44 +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
// inherit from this one.
template <class B, typename T>
class NumValidator final : public B
class NumValidator /* final */ : public B
{
public:
typedef B BaseValidator;