X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/dcmemory.h diff --git a/include/wx/palmos/dcmemory.h b/include/wx/palmos/dcmemory.h index c1125eee7b..96429f43b8 100644 --- a/include/wx/palmos/dcmemory.h +++ b/include/wx/palmos/dcmemory.h @@ -15,7 +15,7 @@ #include "wx/dcmemory.h" #include "wx/palmos/dc.h" -class WXDLLEXPORT wxMemoryDCImpl: public wxPalmDCImpl +class WXDLLIMPEXP_CORE wxMemoryDCImpl: public wxPalmDCImpl { public: wxMemoryDCImpl( wxMemoryDC *owner ); @@ -36,7 +36,7 @@ protected: void Init(); DECLARE_CLASS(wxMemoryDCImpl) - DECLARE_NO_COPY_CLASS(wxMemoryDCImpl) + wxDECLARE_NO_COPY_CLASS(wxMemoryDCImpl); }; #endif