diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-02-25 15:15:23 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-02-25 15:15:23 +0100 |
| commit | 9d78648da35af9eb9af5b89d17c2282228719210 (patch) | |
| tree | 38912e5c0a3a5dd6a6924ac8810b2dfa932222c9 /unity-shared | |
| parent | b75adbede4bc4b27cd7a91e28d00b169d1f9fbd7 (diff) | |
ThemeSettings: no need for virtual dtor here
(bzr r4068.4.32)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/ThemeSettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/ThemeSettings.h b/unity-shared/ThemeSettings.h index 3aba678c2..962a0b42d 100644 --- a/unity-shared/ThemeSettings.h +++ b/unity-shared/ThemeSettings.h @@ -36,7 +36,7 @@ public: typedef std::shared_ptr<Settings> Ptr; static Settings::Ptr const& Get(); - virtual ~Settings(); + ~Settings(); nux::Property<std::string> theme; nux::Property<std::string> font; |
