summaryrefslogtreecommitdiffstats
path: root/src/control/controlencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/controlencoder.h')
-rw-r--r--src/control/controlencoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/controlencoder.h b/src/control/controlencoder.h
index bbfc14523d..75b2cb2015 100644
--- a/src/control/controlencoder.h
+++ b/src/control/controlencoder.h
@@ -6,5 +6,5 @@
class ControlEncoder : public ControlObject {
Q_OBJECT
public:
- ControlEncoder(ConfigKey key, bool bIgnoreNops=true);
+ ControlEncoder(const ConfigKey& key, bool bIgnoreNops = true);
};