summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseInstance_p.h')
-rw-r--r--logic/BaseInstance_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/BaseInstance_p.h b/logic/BaseInstance_p.h
index 8cf3b27d..edaee7d7 100644
--- a/logic/BaseInstance_p.h
+++ b/logic/BaseInstance_p.h
@@ -28,6 +28,6 @@ struct BaseInstancePrivate
{
QString m_rootDir;
QString m_group;
- SettingsObject *m_settings;
+ std::shared_ptr<SettingsObject> m_settings;
QSet<BaseInstance::InstanceFlag> m_flags;
};