// classes
//-----------------------------------------------------------------------------
-class WXDLLEXPORT wxPaintDC;
-class WXDLLEXPORT wxWindow;
+class WXDLLIMPEXP_FWD_CORE wxPaintDC;
+class WXDLLIMPEXP_FWD_CORE wxWindow;
class WXDLLEXPORT wxWindowDC: public wxDC
{
wxWindow *GetWindow() const { return m_window; }
protected :
virtual void DoGetSize( int *width, int *height ) const;
- virtual wxBitmap DoGetAsBitmap() const;
+ virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const;
wxWindow *m_window;
#if wxMAC_USE_CORE_GRAPHICS
bool m_release;