X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac7fb818ccdcb697268fe9d0398bffb85d74fade..77436c4cbac2269e564dc4fcf4494a58feca0af4:/include/wx/os2/dcclient.h?ds=sidebyside diff --git a/include/wx/os2/dcclient.h b/include/wx/os2/dcclient.h index f0d6861830..351e993888 100644 --- a/include/wx/os2/dcclient.h +++ b/include/wx/os2/dcclient.h @@ -52,15 +52,18 @@ class WXDLLEXPORT wxClientDC : public wxWindowDC { public: wxClientDC(); + virtual ~wxClientDC(); - // Create a DC corresponding to the client area of the window wxClientDC(wxWindow *win); +protected: + void InitDC(void); + private: DECLARE_DYNAMIC_CLASS(wxClientDC) }; // end of CLASS wxClientDC -class WXDLLEXPORT wxPaintDC : public wxWindowDC +class WXDLLEXPORT wxPaintDC : public wxClientDC { public: wxPaintDC();