summaryrefslogtreecommitdiffstats
path: root/src/engine/controls/bpmcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/controls/bpmcontrol.h')
-rw-r--r--src/engine/controls/bpmcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/controls/bpmcontrol.h b/src/engine/controls/bpmcontrol.h
index c23716dd1a..fc753a2e80 100644
--- a/src/engine/controls/bpmcontrol.h
+++ b/src/engine/controls/bpmcontrol.h
@@ -23,7 +23,7 @@ class BpmControl : public EngineControl {
Q_OBJECT
public:
- BpmControl(QString group, UserSettingsPointer pConfig);
+ BpmControl(const QString& group, UserSettingsPointer pConfig);
~BpmControl() override;
double getBpm() const;