diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 06:32:33 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 06:32:33 +0000 |
commit | 6827766b1fcc5885b7a8bc8c707e283f71f46f09 (patch) | |
tree | 11dc18b19363119d8ab06faf6521b8d6d4d94d52 /views/controls/tabbed_pane | |
parent | ce681a8b14c05752f9279e7ed945943506f7d628 (diff) | |
download | chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.zip chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.gz chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.bz2 |
Create views.dll / libviews.so
R=sky@chromium.org,rvargas@chromium.org
Review URL: http://codereview.chromium.org/7493017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/tabbed_pane')
-rw-r--r-- | views/controls/tabbed_pane/tabbed_pane.h | 2 |
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(); |