]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
SetTextColour is gone
[wxWidgets.git] / include / wx / generic / dcpsg.h
index 4debcc07e2b4b330e98665c450df8072c35e7d65..65d2b2b32513b29c372969c66de12ad64f3242f4 100644 (file)
@@ -45,7 +45,8 @@ public:
     // Recommended destructor :-)
     virtual ~wxPostScriptDC();
 
-  virtual bool Ok() const;
+  virtual bool Ok() const { return IsOk(); }
+  virtual bool IsOk() const;
 
   bool CanDrawBitmap() const { return true; }