X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23d1d521c829ebfe1ab0abf29c16013ece822c34..3f4a0c5be34be837210768501c13dbcff81e533c:/include/wx/motif/menuitem.h?ds=sidebyside diff --git a/include/wx/motif/menuitem.h b/include/wx/motif/menuitem.h index 2956987bd9..8fc4a7418a 100644 --- a/include/wx/motif/menuitem.h +++ b/include/wx/motif/menuitem.h @@ -25,7 +25,7 @@ // an exception to the general rule that a normal header doesn't include other // headers - only because ownerdrw.h is not always included and I don't want // to write #ifdef's everywhere... -#if USE_OWNER_DRAWN +#if wxUSE_OWNER_DRAWN #include "wx/ownerdrw.h" #endif @@ -40,7 +40,7 @@ // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour // ---------------------------------------------------------------------------- class WXDLLEXPORT wxMenuItem: public wxObject -#if USE_OWNER_DRAWN +#if wxUSE_OWNER_DRAWN , public wxOwnerDrawn #endif { @@ -99,7 +99,7 @@ private: wxMenuBar* m_menuBar; wxMenu* m_topMenu; // Top-level menu e.g. popup-menu -#if USE_OWNER_DRAWN +#if wxUSE_OWNER_DRAWN // wxOwnerDrawn base class already has these variables - nothing to do #else //!owner drawn