]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcclient.h
added operator-(const wxChar *, const wxCStrData&) to allow compilation of the code...
[wxWidgets.git] / include / wx / x11 / dcclient.h
index 7fa64da87361edad1d96633fae7ef788aed879e1..0d9ffbcb6b05c42ed41976af2d59e50c52d45648 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLIMPEXP_CORE wxClientDC;
 class WXDLLIMPEXP_CORE wxWindowDC : public wxDC
 {
 public:
-    wxWindowDC();
+    wxWindowDC() { Init(); }
     wxWindowDC( wxWindow *win );
 
     virtual ~wxWindowDC();
@@ -118,6 +118,8 @@ protected:
         wxCoord *externalLeading = NULL,
         wxFont *theFont = NULL) const;
 
+    void Init();
+
     WXDisplay    *m_display;
     WXWindow      m_window;
     WXGC          m_penGC;