SimpleMenuModel::MenuClosed renamed to MenuWillClose

This commit is contained in:
Cheng Zhao 2017-01-23 17:53:53 +09:00 committed by Kevin Sawicki
parent c10eb73166
commit 7a7b72ce04
6 changed files with 10 additions and 10 deletions

View file

@ -35,7 +35,7 @@ class TrayIconCocoa : public TrayIcon,
protected:
// AtomMenuModel::Observer:
void MenuClosed() override;
void MenuWillClose() override;
private:
// Atom custom view for NSStatusItem.