summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-25 15:16:17 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-02-25 15:16:17 +0100
commit93fadaf2347ed4372687cd14b085821532afc006 (patch)
treefa6c5ed57be58654e93f4704cd45f4a50c35a522 /unity-shared
parent9d78648da35af9eb9af5b89d17c2282228719210 (diff)
DecorationStyle: no need for virtual dtor here
(bzr r4068.4.33)
Diffstat (limited to 'unity-shared')
-rw-r--r--unity-shared/DecorationStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/DecorationStyle.h b/unity-shared/DecorationStyle.h
index c673e9e16..9c4891813 100644
--- a/unity-shared/DecorationStyle.h
+++ b/unity-shared/DecorationStyle.h
@@ -115,7 +115,7 @@ public:
typedef std::shared_ptr<Style> Ptr;
static Style::Ptr const& Get();
- virtual ~Style();
+ ~Style();
nux::ROProperty<std::string> theme;
nux::ROProperty<std::string> font;