X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/159960c0e711edd4b2fbba4b9e41e81333868d62..9c805dec6caf3c98a3797898cffe795b5b56e606:/include/wx/mgl/popupwin.h diff --git a/include/wx/mgl/popupwin.h b/include/wx/mgl/popupwin.h index 890265fb59..dea9211249 100644 --- a/include/wx/mgl/popupwin.h +++ b/include/wx/mgl/popupwin.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Created: 06.01.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -15,7 +15,7 @@ // wxPopupWindow // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxPopupWindow : public wxPopupWindowBase +class WXDLLIMPEXP_CORE wxPopupWindow : public wxPopupWindowBase { public: wxPopupWindow() { } @@ -31,7 +31,7 @@ public: (flags & wxBORDER_MASK) | wxPOPUP_WINDOW); } -protected: +protected: DECLARE_DYNAMIC_CLASS(wxPopupWindow) };