Fix typo made during patch cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -686,7 +686,10 @@ public :
|
||||
// sets the font
|
||||
virtual wxGraphicsFont CreateFont( const wxFont &font , const wxColour &col = *wxBLACK ) = 0;
|
||||
|
||||
wxGraphicsBitmap CreateBitmap( const wxBitmap &bmp ) = 0;
|
||||
#if wxABI_VERSION >= 20809
|
||||
wxGraphicsBitmap CreateBitmap( const wxBitmap &bmp );
|
||||
#endif
|
||||
|
||||
private :
|
||||
DECLARE_NO_COPY_CLASS(wxGraphicsRenderer)
|
||||
DECLARE_ABSTRACT_CLASS(wxGraphicsRenderer)
|
||||
|
Reference in New Issue
Block a user