Fix compilation in !wxUSE_MENUS case.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:26 +0000 (13:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Feb 2013 13:48:26 +0000 (13:48 +0000)
commitde6e6d08b2e3fa0c5083d9755dd2e00b5cceb414
treebecd1d2197df81d24e56b005d07b23fc139d82f4
parentf4f4c3aca4e219caba09091624c7a72cc66c354c
Fix compilation in !wxUSE_MENUS case.

wxFrameBase::ShouldUpdateMenuFromIdle() should be defined inside "#if
wxUSE_MENUS" as it's only declared when wxUSE_MENUS==1.

Closes #15062.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/framecmn.cpp