summaryrefslogtreecommitdiffstats
path: root/views/controls/button/menu_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/menu_button.h')
-rw-r--r--views/controls/button/menu_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/menu_button.h b/views/controls/button/menu_button.h
index edab18b..2cc88bf 100644
--- a/views/controls/button/menu_button.h
+++ b/views/controls/button/menu_button.h
@@ -26,7 +26,7 @@ class ViewMenuDelegate;
// A button that shows a menu when the left mouse button is pushed
//
////////////////////////////////////////////////////////////////////////////////
-class MenuButton : public TextButton {
+class VIEWS_API MenuButton : public TextButton {
public:
// The menu button's class name.
static const char kViewClassName[];