Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-05-16 15:26:41 +00:00
parent a55c76fe40
commit 3ac88cb5cb

View File

@ -142,7 +142,7 @@ public:
// when the cursor is inside the popup, which dsables the menu tracking
// so override it to do nothing
#ifdef __WXMSW__
void OnIdle(wxIdleEvent& event) { }
void OnIdle(wxIdleEvent& WXUNUSED(event)) { }
#endif
// get the currently selected item (may be NULL)