aboutsummaryrefslogtreecommitdiffstats
path: root/src/GainControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GainControl.h')
-rw-r--r--src/GainControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GainControl.h b/src/GainControl.h
index 92c905b..b4579cd 100644
--- a/src/GainControl.h
+++ b/src/GainControl.h
@@ -56,7 +56,7 @@ class GainControl : public PipelinedModCodec, public RemoteControllable
float normalise,
float varVariance);
- virtual ~GainControl() = default;
+ virtual ~GainControl();
GainControl(const GainControl&) = delete;
GainControl& operator=(const GainControl&) = delete;