diff options
Diffstat (limited to 'views/controls/separator.h')
-rw-r--r-- | views/controls/separator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/separator.h b/views/controls/separator.h index 50f2918..b9f1eff 100644 --- a/views/controls/separator.h +++ b/views/controls/separator.h @@ -15,7 +15,7 @@ namespace views { // The Separator class is a view that shows a line used to visually separate // other views. The current implementation is only horizontal. -class VIEWS_API Separator : public View { +class VIEWS_EXPORT Separator : public View { public: // The separator's class name. static const char kViewClassName[]; |