(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:
James Crook 2016-08-10 18:25:07 +01:00
parent 062e50eca6
commit 8089bd484a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public:
WX_DECLARE_OBJARRAY(EffectBassTrebleState, EffectBassTrebleStateArray);
class EffectBassTreble : public Effect
class EffectBassTreble final : public Effect
{
public:
EffectBassTreble();