mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 17:18:41 +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
|
// 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user