X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/694759cfeb701f8b96d720e72f760cc21e2e6b00..08f6ac314ae712e2bc8fa59cf688e6bcff76181f:/utils/wxPython/src/helpers.cpp?ds=inline diff --git a/utils/wxPython/src/helpers.cpp b/utils/wxPython/src/helpers.cpp index 7333d3ebad..863718df74 100644 --- a/utils/wxPython/src/helpers.cpp +++ b/utils/wxPython/src/helpers.cpp @@ -75,7 +75,7 @@ wxPyApp::~wxPyApp() { // This one isn't acutally called... See __wxStart() bool wxPyApp::OnInit(void) { - return false; + return FALSE; } int wxPyApp::MainLoop(void) {