X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/377a219ac700cdf055216541a150a0f25912f373..74698d3a22d5e611bbcd731a3ade616c66cfaca6:/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;