]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcmirror.h
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git] / include / wx / dcmirror.h
index 5ffb9382a57552f58ca036147048e9453e2e4bba..94e33b2ad5db2dfa3ea3c6395984881757dc8e68 100644 (file)
@@ -18,7 +18,7 @@
 // wxMirrorDC allows to write the same code for horz/vertical layout
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxMirrorDCImpl : public wxDCImpl
+class WXDLLIMPEXP_CORE wxMirrorDCImpl : public wxDCImpl
 {
 public:
     // constructs a mirror DC associated with the given real DC
@@ -275,7 +275,7 @@ private:
     DECLARE_NO_COPY_CLASS(wxMirrorDCImpl)
 };
 
-class WXDLLEXPORT wxMirrorDC : public wxDC
+class WXDLLIMPEXP_CORE wxMirrorDC : public wxDC
 {
 public:
     wxMirrorDC(wxDC& dc, bool mirror)