summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-09-25 02:47:08 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-09-25 02:47:08 +0200
commit80e3ad6520607c216a5f001849d85fd69a68f0d9 (patch)
treed23991d1dffbc115e0d7cfd57fa887d88f6c424d /shortcuts
parentf941db3ef2762a4ef47d220388ebfe3ff97da039 (diff)
{Switcher,Shortcut,Session}Controller: extend sigc::trackable to smartly disconnect signals
(bzr r3530.1.6)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/ShortcutController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shortcuts/ShortcutController.h b/shortcuts/ShortcutController.h
index c506c2df0..4d8cf3efb 100644
--- a/shortcuts/ShortcutController.h
+++ b/shortcuts/ShortcutController.h
@@ -40,7 +40,7 @@ namespace unity
namespace shortcut
{
-class Controller : public debug::Introspectable
+class Controller : public debug::Introspectable, public sigc::trackable
{
public:
typedef std::shared_ptr<Controller> Ptr;