summaryrefslogtreecommitdiffstats
path: root/src/control/controlaudiotaperpot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/controlaudiotaperpot.h')
-rw-r--r--src/control/controlaudiotaperpot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/controlaudiotaperpot.h b/src/control/controlaudiotaperpot.h
index 8ffc6b1644..8c16262d6f 100644
--- a/src/control/controlaudiotaperpot.h
+++ b/src/control/controlaudiotaperpot.h
@@ -12,7 +12,7 @@ class ControlAudioTaperPot : public ControlPotmeter {
// minDB is the Start value of the pure db scale it cranked to -Infinity by the linear part of the AudioTaperPot
// maxDB is the Upper gain Value
// neutralParameter is a knob position between 0 and 1 where the gain is 1 (0dB)
- ControlAudioTaperPot(ConfigKey key, double minDB, double maxDB, double neutralParameter);
+ ControlAudioTaperPot(const ConfigKey& key, double minDB, double maxDB, double neutralParameter);
};
#endif // CONTROLAUDIOTAPERPOT_H