fix unused parameter warning after r60715
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -913,7 +913,8 @@ bool wxFrame::HandleCommand(WXWORD id, WXWORD cmd, WXHWND control)
|
|||||||
|
|
||||||
#if wxUSE_MENUS
|
#if wxUSE_MENUS
|
||||||
|
|
||||||
bool wxFrame::HandleMenuSelect(WXWORD nItem, WXWORD flags, WXHMENU hMenu)
|
bool
|
||||||
|
wxFrame::HandleMenuSelect(WXWORD nItem, WXWORD flags, WXHMENU WXUNUSED(hMenu))
|
||||||
{
|
{
|
||||||
// WM_MENUSELECT is generated for both normal items and menus, including
|
// WM_MENUSELECT is generated for both normal items and menus, including
|
||||||
// the top level menus of the menu bar, which can't be represented using
|
// the top level menus of the menu bar, which can't be represented using
|
||||||
|
Reference in New Issue
Block a user