X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..aaedb44c5e7169db22d32e8a335936e3213da33a:/include/wx/mgl/popupwin.h diff --git a/include/wx/mgl/popupwin.h b/include/wx/mgl/popupwin.h index 3985aa998b..dea9211249 100644 --- a/include/wx/mgl/popupwin.h +++ b/include/wx/mgl/popupwin.h @@ -5,7 +5,7 @@ // Created: 06.01.01 // RCS-ID: $Id$ // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_POPUPWIN_H_ @@ -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) };