diff options
Diffstat (limited to 'views/controls/message_box_view.h')
-rw-r--r-- | views/controls/message_box_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/message_box_view.h b/views/controls/message_box_view.h index a9ede6f..9d728ac 100644 --- a/views/controls/message_box_view.h +++ b/views/controls/message_box_view.h @@ -21,7 +21,7 @@ class Textfield; // This class displays the contents of a message box. It is intended for use // within a constrained window, and has options for a message, prompt, OK // and Cancel buttons. -class VIEWS_API MessageBoxView : public View { +class VIEWS_EXPORT MessageBoxView : public View { public: MessageBoxView(int dialog_flags, const std::wstring& message, |