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:
Guillermo Rodriguez Garcia 1999-12-16 14:53:07 +00:00
parent 90002c499c
commit 1b24a68eba

View File

@ -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