summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjfeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/autodj/autodjfeature.cpp')
-rw-r--r--src/library/autodj/autodjfeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/autodj/autodjfeature.cpp b/src/library/autodj/autodjfeature.cpp
index 93f278e1b4..a77f1feed1 100644
--- a/src/library/autodj/autodjfeature.cpp
+++ b/src/library/autodj/autodjfeature.cpp
@@ -26,7 +26,7 @@ const QString AutoDJFeature::m_sAutoDJViewName = QString("Auto DJ");
static const int kMaxRetrieveAttempts = 3;
AutoDJFeature::AutoDJFeature(Library* pLibrary,
- ConfigObject<ConfigValue>* pConfig,
+ UserSettingsPointer pConfig,
PlayerManagerInterface* pPlayerManager,
TrackCollection* pTrackCollection)
: LibraryFeature(pLibrary),