X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/377a219ac700cdf055216541a150a0f25912f373..22a3a1994cbfdb7138590ed944ef6dd2093fda19:/src/common/docmdi.cpp 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;