]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/app.mm
warnings fixes
[wxWidgets.git] / src / cocoa / app.mm
index 92684dafc98c81065541223948f1fec34a2dc5bf..1436da767d686b9b5abad0994ef9bd7c89eaad90 100644 (file)
@@ -273,8 +273,9 @@ bool wxApp::Pending()
 }
 
 // Dispatch a message.
-void wxApp::Dispatch()
+bool wxApp::Dispatch()
 {
+    return true;
 }
 
 // Yield to other processes