diff options
Diffstat (limited to 'views/controls/button/button.h')
-rw-r--r-- | views/controls/button/button.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/button/button.h b/views/controls/button/button.h index f1f1a10..0884ea1 100644 --- a/views/controls/button/button.h +++ b/views/controls/button/button.h @@ -40,7 +40,8 @@ class VIEWS_EXPORT Button : public View { void SetAccessibleKeyboardShortcut(const string16& shortcut); // Overridden from View: - virtual bool GetTooltipText(const gfx::Point& p, string16* tooltip) OVERRIDE; + virtual bool GetTooltipText(const gfx::Point& p, + string16* tooltip) const OVERRIDE; virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; protected: |