OVERRIDE macro is now removed
This commit is contained in:
parent
13ed038082
commit
43421aedcf
26 changed files with 126 additions and 127 deletions
|
@ -19,8 +19,8 @@ class MenuMac : public Menu {
|
|||
protected:
|
||||
MenuMac();
|
||||
|
||||
virtual void Popup(Window* window) OVERRIDE;
|
||||
virtual void PopupAt(Window* window, int x, int y) OVERRIDE;
|
||||
void Popup(Window* window) override;
|
||||
void PopupAt(Window* window, int x, int y) override;
|
||||
|
||||
base::scoped_nsobject<AtomMenuController> menu_controller_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue