diff options
| -rw-r--r-- | shortcuts/AbstractShortcutModeller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shortcuts/AbstractShortcutModeller.h b/shortcuts/AbstractShortcutModeller.h index fd5afa037..3368909fb 100644 --- a/shortcuts/AbstractShortcutModeller.h +++ b/shortcuts/AbstractShortcutModeller.h @@ -27,7 +27,7 @@ namespace unity namespace shortcut { -class AbstractModeller : boost::noncopyable +class AbstractModeller : boost::noncopyable, public sigc::trackable { public: typedef std::shared_ptr<AbstractModeller> Ptr; |
