diff options
Diffstat (limited to 'views/layout/box_layout.h')
-rw-r--r-- | views/layout/box_layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout/box_layout.h b/views/layout/box_layout.h index e8798f7..2422bb6 100644 --- a/views/layout/box_layout.h +++ b/views/layout/box_layout.h @@ -23,7 +23,7 @@ class View; // child views are always sized according to their preferred size. If the // host's bounds provide insufficient space, child views will be clamped. // Excess space will not be distributed. -class VIEWS_API BoxLayout : public LayoutManager { +class VIEWS_EXPORT BoxLayout : public LayoutManager { public: enum Orientation { kHorizontal, |