Compile fixes for SGI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,7 +180,7 @@ static int FindMenuItemRecursive( const wxMenu *menu, const wxString &menuString
|
|||||||
return wxNOT_FOUND;
|
return wxNOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxMenuItem *wxMenuBar::FindItemForId(int itemId, wxMenu **menuForItem = NULL) const
|
wxMenuItem *wxMenuBar::FindItemForId(int itemId, wxMenu **menuForItem ) const
|
||||||
{
|
{
|
||||||
if ( menuForItem )
|
if ( menuForItem )
|
||||||
{
|
{
|
||||||
|
@@ -180,7 +180,7 @@ static int FindMenuItemRecursive( const wxMenu *menu, const wxString &menuString
|
|||||||
return wxNOT_FOUND;
|
return wxNOT_FOUND;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxMenuItem *wxMenuBar::FindItemForId(int itemId, wxMenu **menuForItem = NULL) const
|
wxMenuItem *wxMenuBar::FindItemForId(int itemId, wxMenu **menuForItem ) const
|
||||||
{
|
{
|
||||||
if ( menuForItem )
|
if ( menuForItem )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user