diff options
Diffstat (limited to 'views/controls/label.h')
-rw-r--r-- | views/controls/label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/label.h b/views/controls/label.h index 8615a9d..51aa553 100644 --- a/views/controls/label.h +++ b/views/controls/label.h @@ -23,7 +23,7 @@ namespace views { // A label is a view subclass that can display a string. // ///////////////////////////////////////////////////////////////////////////// -class VIEWS_API Label : public View { +class VIEWS_EXPORT Label : public View { public: enum Alignment { ALIGN_LEFT = 0, ALIGN_CENTER, |