From: Václav Slavík Date: Sat, 9 Mar 2002 16:40:12 +0000 (+0000) Subject: what about returning a value? X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/95d8a1da30567261ee8efd76f97e27f235d6cd93?ds=inline what about returning a value? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/x11/app.cpp b/src/x11/app.cpp index 6520be3a91..a788e7ee01 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -468,7 +468,7 @@ bool wxApp::ProcessXEvent(WXEvent* _event) win = wxGetWindowFromTable(window); if (!win) - return; + return FALSE; #ifdef __WXDEBUG__ wxString windowClass = win->GetClassInfo()->GetClassName();