]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
erase separators shown behind the controls added to the toolbar
[wxWidgets.git] / src / msw / menuitem.cpp
index 0686c08269a43e3b0422f594a2aa40df77d6fe7a..33e67a5d9fe3f9cc04d1532e35348bef804ef6ea 100644 (file)
 // dynamic classes implementation
 // ----------------------------------------------------------------------------
 
-#if wxUSE_OWNER_DRAWN
-    IMPLEMENT_DYNAMIC_CLASS2(wxMenuItem, wxMenuItemBase, wxOwnerDrawn)
-#else   //!USE_OWNER_DRAWN
-    IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxMenuItemBase)
-#endif  //USE_OWNER_DRAWN
+IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject)
 
 // ----------------------------------------------------------------------------
 // wxMenuItem