mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 09:08:44 +02:00
travis
This commit is contained in:
parent
7824e94030
commit
6a3d99a8e6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user