summaryrefslogtreecommitdiffstats
path: root/src/engine/controls/enginecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/controls/enginecontrol.h')
-rw-r--r--src/engine/controls/enginecontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/controls/enginecontrol.h b/src/engine/controls/enginecontrol.h
index d8c4de38b1..e4e00f8b35 100644
--- a/src/engine/controls/enginecontrol.h
+++ b/src/engine/controls/enginecontrol.h
@@ -38,8 +38,8 @@ const int kNoTrigger = -1;
class EngineControl : public QObject {
Q_OBJECT
public:
- EngineControl(QString group,
- UserSettingsPointer pConfig);
+ EngineControl(const QString& group,
+ UserSettingsPointer pConfig);
~EngineControl() override;
// Called by EngineBuffer::process every latency period. See the above