summaryrefslogtreecommitdiffstats
path: root/src/engine/bpmcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/bpmcontrol.cpp')
-rw-r--r--src/engine/bpmcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bpmcontrol.cpp b/src/engine/bpmcontrol.cpp
index 9868341eca..ee077ef325 100644
--- a/src/engine/bpmcontrol.cpp
+++ b/src/engine/bpmcontrol.cpp
@@ -21,7 +21,7 @@ const int filterLength = 5;
const int kLocalBpmSpan = 4;
BpmControl::BpmControl(QString group,
- ConfigObject<ConfigValue>* _config) :
+ UserSettingsPointer _config) :
EngineControl(group, _config),
m_dPreviousSample(0),
m_dSyncTargetBeatDistance(0.0),