mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
(Cosmetic) added 'final' to class definition.
Putting the word 'final' is a bit like adding a comment that nothing is derived from this effect.
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
WX_DECLARE_OBJARRAY(EffectBassTrebleState, EffectBassTrebleStateArray);
|
||||
|
||||
class EffectBassTreble : public Effect
|
||||
class EffectBassTreble final : public Effect
|
||||
{
|
||||
public:
|
||||
EffectBassTreble();
|
||||
|
||||
Reference in New Issue
Block a user