]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dcmemory.h
Implement basic support for virtual file systems for the ie backend. Registering...
[wxWidgets.git] / include / wx / palmos / dcmemory.h
index c1125eee7bd1a872eeee1d925d1947ebd04edeee..96429f43b81c2c2f197bd437ee69b452dff094d9 100644 (file)
@@ -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