]> git.saurik.com Git - wxWidgets.git/commitdiff
wxX11 compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 16 Sep 2003 21:16:03 +0000 (21:16 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 16 Sep 2003 21:16:03 +0000 (21:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/app.cpp

index 28b3b7e52ceebbf80b47846bae99279e63a0cea9..5b3c178b7b7338d82d689470f5e16cd35a54a336 100644 (file)
@@ -650,6 +650,7 @@ bool wxApp::ProcessXEvent(WXEvent* _event)
         default:
             //wxString eventName = wxGetXEventName(XEvent& event);
             //wxLogDebug(wxT("Event %s not handled"), eventName.c_str());
+            break;
 #endif // __WXDEBUG__
     }