]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcmemory.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / msw / dcmemory.h
index 26471f77638952f0b12c35b3a5d39bcd676ddd85..49c5475de22a7c5a76b81d5846ddd22f3b750fab 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/dcmemory.h"
 #include "wx/msw/dc.h"
 
 #include "wx/dcmemory.h"
 #include "wx/msw/dc.h"
 
-class WXDLLEXPORT wxMemoryDCImpl: public wxMSWDCImpl
+class WXDLLIMPEXP_CORE wxMemoryDCImpl: public wxMSWDCImpl
 {
 public:
     wxMemoryDCImpl( wxMemoryDC *owner );
 {
 public:
     wxMemoryDCImpl( wxMemoryDC *owner );
@@ -38,7 +38,7 @@ protected:
     void Init();
 
     DECLARE_CLASS(wxMemoryDCImpl)
     void Init();
 
     DECLARE_CLASS(wxMemoryDCImpl)
-    DECLARE_NO_COPY_CLASS(wxMemoryDCImpl)
+    wxDECLARE_NO_COPY_CLASS(wxMemoryDCImpl);
 };
 
 #endif
 };
 
 #endif