turn class into observer
This commit is contained in:
parent
3399480304
commit
bef4c84799
2 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,8 @@ namespace atom {
|
|||
namespace api {
|
||||
|
||||
class Menu : public mate::TrackableObject<Menu>,
|
||||
public AtomMenuModel::Delegate {
|
||||
public AtomMenuModel::Delegate,
|
||||
public AtomMenuModel::Observer {
|
||||
public:
|
||||
static mate::WrappableBase* New(mate::Arguments* args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue