Added #if wxUSE_OWNER_DRAWN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
90002c499c
commit
1b24a68eba
@ -33,6 +33,8 @@
|
||||
#include "wx/ownerdrw.h"
|
||||
#include "wx/menuitem.h"
|
||||
|
||||
#if wxUSE_OWNER_DRAWN
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// implementation of wxOwnerDrawn class
|
||||
@ -251,3 +253,6 @@ bool wxOwnerDrawn::OnDrawItem(wxDC& dc, const wxRect& rc, wxODAction act, wxODSt
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
#endif // wxUSE_OWNER_DRAWN
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user