mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
travis
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user