diff options
Diffstat (limited to 'views/controls/button/native_button.h')
-rw-r--r-- | views/controls/button/native_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/native_button.h b/views/controls/button/native_button.h index 22dc60a..428d0ad 100644 --- a/views/controls/button/native_button.h +++ b/views/controls/button/native_button.h @@ -25,7 +25,7 @@ class NativeButton : public Button { virtual ~NativeButton(); // Sets/Gets the text to be used as the button's label. - void SetLabel(const std::wstring& label); + virtual void SetLabel(const std::wstring& label); std::wstring label() const { return label_; } // Sets the font to be used when displaying the button's label. |