]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
A few OS/2 additions to enable the colour database to work with PM.
[wxWidgets.git] / include / wx / gtk / dcclient.h
index 2168e181d7c6e87e0fdf4736e8095bef4f6ab377..15ebfa6b56efd0e0a63cb46dc2a20cb549b75231 100644 (file)
@@ -147,6 +147,9 @@ public:
     wxClientDC() { }
     wxClientDC( wxWindow *win );
 
+protected:
+    virtual void DoGetSize(int *width, int *height) const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxClientDC)
 };