]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dcmemory.h
added GetEnglish{Month,WeekDay}Name()
[wxWidgets.git] / include / wx / os2 / dcmemory.h
index 194157da9e74c803ff4d1ff1945757c64e9969ac..10ca985c09b3618d6436a82fa802b2593b1b00c7 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/dcmemory.h"
 #include "wx/os2/dc.h"
 
-class WXDLLEXPORT wxMemoryDCImpl: public wxPMDCImpl
+class WXDLLIMPEXP_CORE wxMemoryDCImpl: public wxPMDCImpl
 {
 public:
     wxMemoryDCImpl( wxMemoryDC *owner );
@@ -37,7 +37,7 @@ protected:
     void Init(void);
 private:
     DECLARE_CLASS(wxMemoryDCImpl)
-    DECLARE_NO_COPY_CLASS(wxMemoryDCImpl)
+    wxDECLARE_NO_COPY_CLASS(wxMemoryDCImpl);
 }; // end of CLASS wxMemoryDCImpl
 
 #endif