SimpleMenuModel::MenuClosed renamed to MenuWillClose
This commit is contained in:
parent
c10eb73166
commit
7a7b72ce04
6 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,7 @@ class TrayIconCocoa : public TrayIcon,
|
|||
|
||||
protected:
|
||||
// AtomMenuModel::Observer:
|
||||
void MenuClosed() override;
|
||||
void MenuWillClose() override;
|
||||
|
||||
private:
|
||||
// Atom custom view for NSStatusItem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue