bracketing menu code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-28 16:46:34 +00:00
parent 5412c6ad17
commit 6c1f25cc9b

View File

@@ -103,6 +103,7 @@ typedef wxMacControl wxWidgetImplType;
typedef wxWidgetImpl wxWidgetImplType; typedef wxWidgetImpl wxWidgetImplType;
#endif #endif
#if wxUSE_MENUS
class wxMenuItemImpl : public wxObject class wxMenuItemImpl : public wxObject
{ {
public : public :
@@ -163,7 +164,7 @@ protected :
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl) DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
} ; } ;
#endif
class WXDLLIMPEXP_CORE wxWidgetImpl : public wxObject class WXDLLIMPEXP_CORE wxWidgetImpl : public wxObject