diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-01-23 15:58:13 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-01-23 15:58:13 +0100 |
| commit | 0a5b9d0222ffdbc0cdb16d6c2388c9f3dc126954 (patch) | |
| tree | 87f9de47a512b39d3428e72e36086f9ff7b9d583 /shortcuts | |
| parent | ccb07df4975d7daaf80de7f93c401fd6d2400137 (diff) | |
AbstractShortcutModeller: make it trackable
(bzr r2919.3.62)
Diffstat (limited to 'shortcuts')
| -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; |
