]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCtrl and wxGrid to provide...
[wxWidgets.git] / include / wx / generic / dcpsg.h
index bb66e50ce15d7e885f8d66d0ee6a716506c581dd..5c0a7ef214c588a5c6a1e79c2f0f9b60b7d93c04 100644 (file)
@@ -91,8 +91,8 @@ public:
 
     // Overrridden for wxPrinterDC Impl
 
-    virtual int GetResolution();
-    virtual wxRect GetPaperRect();
+    virtual int GetResolution() const;
+    virtual wxRect GetPaperRect() const;
 
 protected:
     bool DoFloodFill(wxCoord x1, wxCoord y1, const wxColour &col, int style = wxFLOOD_SURFACE);