X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..7d3f6b4ded6aa412cb1cc306fef478955d448c5b:/include/wx/palmos/dcscreen.h?ds=sidebyside diff --git a/include/wx/palmos/dcscreen.h b/include/wx/palmos/dcscreen.h index f0c5f2a97c..cb9f6a2649 100644 --- a/include/wx/palmos/dcscreen.h +++ b/include/wx/palmos/dcscreen.h @@ -15,7 +15,7 @@ #include "wx/dcscreen.h" #include "wx/palmos/dc.h" -class WXDLLEXPORT wxScreenDCImpl : public wxPalmDCImpl +class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxPalmDCImpl { public: // Create a DC representing the whole screen @@ -24,7 +24,7 @@ public: virtual void DoGetSize(int *w, int *h) const; DECLARE_CLASS(wxScreenDCImpl) - DECLARE_NO_COPY_CLASS(wxScreenDCImpl) + wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl); }; #endif