summaryrefslogtreecommitdiffstats
path: root/src/engine/bpmcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/bpmcontrol.h')
-rw-r--r--src/engine/bpmcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bpmcontrol.h b/src/engine/bpmcontrol.h
index ccac4db807..03fec69e00 100644
--- a/src/engine/bpmcontrol.h
+++ b/src/engine/bpmcontrol.h
@@ -19,7 +19,7 @@ class BpmControl : public EngineControl {
Q_OBJECT
public:
- BpmControl(QString group, ConfigObject<ConfigValue>* _config);
+ BpmControl(QString group, UserSettingsPointer _config);
virtual ~BpmControl();
double getBpm() const;