OVERRIDE => override in notify_icon.h
This commit is contained in:
parent
f6c66a7374
commit
a8b4e5faec
1 changed files with 4 additions and 4 deletions
|
@ -43,10 +43,10 @@ class NotifyIcon : public TrayIcon {
|
||||||
UINT message_id() const { return message_id_; }
|
UINT message_id() const { return message_id_; }
|
||||||
|
|
||||||
// Overridden from TrayIcon:
|
// Overridden from TrayIcon:
|
||||||
virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
|
void SetImage(const gfx::ImageSkia& image) override;
|
||||||
virtual void SetPressedImage(const gfx::ImageSkia& image) OVERRIDE;
|
void SetPressedImage(const gfx::ImageSkia& image) override;
|
||||||
virtual void SetToolTip(const std::string& tool_tip) OVERRIDE;
|
void SetToolTip(const std::string& tool_tip) override;
|
||||||
virtual void SetContextMenu(ui::SimpleMenuModel* menu_model) OVERRIDE;
|
void SetContextMenu(ui::SimpleMenuModel* menu_model) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void InitIconData(NOTIFYICONDATA* icon_data);
|
void InitIconData(NOTIFYICONDATA* icon_data);
|
||||||
|
|
Loading…
Reference in a new issue