From 685300457c906fd11e0e3cc17613f81511e4b21c Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Mon, 6 Jun 2016 18:40:47 +0100 Subject: [PATCH] Bass and Treble update residual changes Just a bit that got left out of the last update commit --- src/effects/BassTreble.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/effects/BassTreble.h b/src/effects/BassTreble.h index 1aff7abb0..a3beafb7f 100644 --- a/src/effects/BassTreble.h +++ b/src/effects/BassTreble.h @@ -49,8 +49,8 @@ public: // IdentInterface implementation - virtual wxString GetSymbol(); - virtual wxString GetDescription(); + wxString GetSymbol() override; + wxString GetDescription() override; // EffectIdentInterface implementation