]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
move all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl
[wxWidgets.git] / include / wx / generic / dcpsg.h
index 3cfbba636a88fbe1c26a6446b2693f505de2ba1b..b8847fa31f932baa6462e71c308c7ab4b1261043 100644 (file)
@@ -27,7 +27,7 @@
 //-----------------------------------------------------------------------------
 
 
-class WXDLLEXPORT wxPostScriptDC : public wxDC
+class WXDLLIMPEXP_CORE wxPostScriptDC : public wxDC
 {
 public:
     wxPostScriptDC();
@@ -39,7 +39,7 @@ private:
     DECLARE_DYNAMIC_CLASS(wxPostScriptDC)
 };
 
-class WXDLLEXPORT wxPostScriptDCImpl : public wxDCImpl
+class WXDLLIMPEXP_CORE wxPostScriptDCImpl : public wxDCImpl
 {
 public:
     wxPostScriptDCImpl( wxPrinterDC *owner );