From: David Webster Date: Mon, 22 Jul 2002 14:46:41 +0000 (+0000) Subject: FALSE not false. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d62144c98d1625172918fc66fa77cb5d788a74ee FALSE not false. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/docmdi.cpp b/src/common/docmdi.cpp index 5deea0ff65..fa69061271 100644 --- a/src/common/docmdi.cpp +++ b/src/common/docmdi.cpp @@ -109,7 +109,7 @@ bool wxDocMDIChildFrame::ProcessEvent(wxEvent& event) // Break recursion loops if (ActiveEvent == &event) - return false; + return FALSE; ActiveEvent = &event;