]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/helpers.cpp
Committing in .
[wxWidgets.git] / utils / wxPython / src / helpers.cpp
index 7333d3ebad48fc94881a8eb3223d9c76af60ee24..863718df74b5f4e05f7267957678da20b8ec9b1a 100644 (file)
@@ -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) {