diff --git a/src/generic/graphicc.cpp b/src/generic/graphicc.cpp index 70cd642a7d..f3c5a1f8d8 100644 --- a/src/generic/graphicc.cpp +++ b/src/generic/graphicc.cpp @@ -363,6 +363,7 @@ public: // gets the matrix of this context virtual wxGraphicsMatrix GetTransform() const; + virtual void DrawBitmap( const wxGraphicsBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void DrawBitmap( const wxBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void PushState();