]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcclient.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / dcclient.h
index 082669a9388b64edc92d771a64199388de199ac8..d48807db0d258f437055a4a5b0866ea1b4e1ff49 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        dcclient.h
 // Purpose:     interface of wxClientDC and wxPaintDC
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -33,7 +32,7 @@
 
     @see wxDC, wxClientDC, wxMemoryDC, wxWindowDC, wxScreenDC
 */
-class wxPaintDC : public wxWindowDC
+class wxPaintDC : public wxClientDC
 {
 public:
     /**