summaryrefslogtreecommitdiffstats
path: root/src/preferences/upgrade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences/upgrade.h')
-rw-r--r--src/preferences/upgrade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferences/upgrade.h b/src/preferences/upgrade.h
index c37dac8f02..7508cf4265 100644
--- a/src/preferences/upgrade.h
+++ b/src/preferences/upgrade.h
@@ -25,7 +25,7 @@ class Upgrade {
Upgrade();
~Upgrade();
- UserSettings* versionUpgrade(const QString& settingsPath);
+ UserSettingsPointer versionUpgrade(const QString& settingsPath);
bool isFirstRun() { return m_bFirstRun; };
bool isUpgraded() { return m_bUpgraded; };
bool rescanLibrary() {return m_bRescanLibrary; };