summaryrefslogtreecommitdiffstats
path: root/views/controls/tabbed_pane
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/tabbed_pane')
-rw-r--r--views/controls/tabbed_pane/tabbed_pane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/tabbed_pane/tabbed_pane.h b/views/controls/tabbed_pane/tabbed_pane.h
index eeef7a8..96b10ad3 100644
--- a/views/controls/tabbed_pane/tabbed_pane.h
+++ b/views/controls/tabbed_pane/tabbed_pane.h
@@ -17,7 +17,7 @@ class TabbedPaneListener;
// TabbedPane is a view that shows tabs. When the user clicks on a tab, the
// associated view is displayed.
-class TabbedPane : public View {
+class VIEWS_API TabbedPane : public View {
public:
TabbedPane();
virtual ~TabbedPane();