X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea098413d0e9c3f794f43826137a636e229f26f9..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/toplevel.h diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h index a931c9e3b9..3879c63bae 100644 --- a/include/wx/palmos/toplevel.h +++ b/include/wx/palmos/toplevel.h @@ -16,7 +16,7 @@ // wxTopLevelWindowPalm // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTopLevelWindowPalm : public wxTopLevelWindowBase +class WXDLLIMPEXP_CORE wxTopLevelWindowPalm : public wxTopLevelWindowBase { public: // constructors and such @@ -121,7 +121,7 @@ protected: wxWindow *m_winLastFocused; DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxTopLevelWindowPalm) + wxDECLARE_NO_COPY_CLASS(wxTopLevelWindowPalm); }; #endif // _WX_PALMOS_TOPLEVEL_H_