what about returning a value?
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 9 Mar 2002 16:40:12 +0000 (16:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 9 Mar 2002 16:40:12 +0000 (16:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/app.cpp

index 6520be3a916ee0777398a6b89d6867d1d5796107..a788e7ee0178b58876fd079f158d92cd686b6855 100644 (file)
@@ -468,7 +468,7 @@ bool wxApp::ProcessXEvent(WXEvent* _event)
 
     win = wxGetWindowFromTable(window);
     if (!win)
-           return;
+           return FALSE;
 
 #ifdef __WXDEBUG__
     wxString windowClass = win->GetClassInfo()->GetClassName();