X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ff41b1697419e9d07f1d765cc767d9298781980..48c8439fdb5bbacf457f3a825bb5a73fe10dd8e7:/include/wx/mac/carbon/dcclient.h?ds=inline diff --git a/include/wx/mac/carbon/dcclient.h b/include/wx/mac/carbon/dcclient.h index 4fc84defdd..b743ea7918 100644 --- a/include/wx/mac/carbon/dcclient.h +++ b/include/wx/mac/carbon/dcclient.h @@ -35,6 +35,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC wxWindow *GetWindow() const { return m_window; } protected : virtual void DoGetSize( int *width, int *height ) const; + virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const; wxWindow *m_window; #if wxMAC_USE_CORE_GRAPHICS bool m_release;