diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-08-20 12:50:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 12:50:56 +0200 |
commit | 92d7e44525ec627f352239b01fbbb2343d3b95ef (patch) | |
tree | ff1e6b1717702d8cd7ba0e3f4ccad80b693da8be /launcher/settings | |
parent | a517f442ea4c86b10607f58cb2d705c368286956 (diff) | |
parent | 509f7bd018f48c289526dc7a7be7009aed14f6b9 (diff) | |
download | PrismLauncher-92d7e44525ec627f352239b01fbbb2343d3b95ef.tar.gz PrismLauncher-92d7e44525ec627f352239b01fbbb2343d3b95ef.tar.bz2 PrismLauncher-92d7e44525ec627f352239b01fbbb2343d3b95ef.zip |
Merge pull request #878 from flowln/lazy_settings
Diffstat (limited to 'launcher/settings')
-rw-r--r-- | launcher/settings/SettingsObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/settings/SettingsObject.h b/launcher/settings/SettingsObject.h index 3d61e707..6200bc3a 100644 --- a/launcher/settings/SettingsObject.h +++ b/launcher/settings/SettingsObject.h @@ -25,6 +25,7 @@ class Setting; class SettingsObject; typedef std::shared_ptr<SettingsObject> SettingsObjectPtr; +typedef std::weak_ptr<SettingsObject> SettingsObjectWeakPtr; /*! * \brief The SettingsObject handles communicating settings between the application and a |