From f432cfd73af163f769da4bf8cbc38bc8636d631b Mon Sep 17 00:00:00 2001 From: flow Date: Wed, 6 Jul 2022 15:56:03 -0300 Subject: change: put settings initialization in a separate function Signed-off-by: flow --- launcher/settings/SettingsObject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'launcher/settings') 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 SettingsObjectPtr; +typedef std::weak_ptr SettingsObjectWeakPtr; /*! * \brief The SettingsObject handles communicating settings between the application and a -- cgit