]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcprint.h
define I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)
[wxWidgets.git] / include / wx / msw / dcprint.h
index 2c7f7d42d56ac49b284cbf0ffc668f420a40eec8..64ed3c7d539e015e5ab3efea90aef9a783fabe25 100644 (file)
@@ -35,7 +35,7 @@ public:
     virtual void StartPage();
     virtual void EndPage();
 
     virtual void StartPage();
     virtual void EndPage();
 
-    virtual wxRect GetPaperRect();
+    virtual wxRect GetPaperRect() const;
 
 protected:
     virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
 
 protected:
     virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,