void correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -740,7 +740,7 @@ int wxMenuBar::FindMenu(const wxString& title)
|
|||||||
|
|
||||||
// This allows Replace to work with menus that have submenus. Is it needed
|
// This allows Replace to work with menus that have submenus. Is it needed
|
||||||
// anywhere else? (Like in Insert and Append?)
|
// anywhere else? (Like in Insert and Append?)
|
||||||
static wxMenuBarInsertSubmenus(wxMenu* menu)
|
static void wxMenuBarInsertSubmenus(wxMenu* menu)
|
||||||
{
|
{
|
||||||
int pos ;
|
int pos ;
|
||||||
wxMenuItemList::Node *node;
|
wxMenuItemList::Node *node;
|
||||||
|
@@ -740,7 +740,7 @@ int wxMenuBar::FindMenu(const wxString& title)
|
|||||||
|
|
||||||
// This allows Replace to work with menus that have submenus. Is it needed
|
// This allows Replace to work with menus that have submenus. Is it needed
|
||||||
// anywhere else? (Like in Insert and Append?)
|
// anywhere else? (Like in Insert and Append?)
|
||||||
static wxMenuBarInsertSubmenus(wxMenu* menu)
|
static void wxMenuBarInsertSubmenus(wxMenu* menu)
|
||||||
{
|
{
|
||||||
int pos ;
|
int pos ;
|
||||||
wxMenuItemList::Node *node;
|
wxMenuItemList::Node *node;
|
||||||
|
Reference in New Issue
Block a user