]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcps.h
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / interface / wx / dcps.h
index 0f5ab592290d89ffc47a78accc8191fbd5b7ef72..b533506563aaf994b603f6838a669d0bf474dc9e 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxPostScriptDC
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -29,12 +29,12 @@ public:
 
         @see SetResolution()
     */
-    static int GetResolution() const;
+    virtual int GetResolution() const;
 
     /**
         Set resolution (in pixels per inch) that will be used in PostScript
         output. Default is 720ppi.
     */
-    static void SetResolution(int ppi);
+    virtual wxRect GetPaperRect() const;
 };