Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a55c76fe40
commit
3ac88cb5cb
@ -142,7 +142,7 @@ public:
|
|||||||
// when the cursor is inside the popup, which dsables the menu tracking
|
// when the cursor is inside the popup, which dsables the menu tracking
|
||||||
// so override it to do nothing
|
// so override it to do nothing
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
void OnIdle(wxIdleEvent& event) { }
|
void OnIdle(wxIdleEvent& WXUNUSED(event)) { }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// get the currently selected item (may be NULL)
|
// get the currently selected item (may be NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user