]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/app.h
mac paths updated
[wxWidgets.git] / interface / app.h
index 9577e621fa89bc3dce3ca5520919e824375b80a1..cf79e46a128ccc9f74091cd61c2d21ec276583d1 100644 (file)
@@ -203,8 +203,7 @@ public:
         Called by wxWidgets on creation of the application. Override this if you wish
         to provide your own (environment-dependent) main loop.
 
-        @returns Returns 0 under X, and the wParam of the WM_QUIT message under
-                 Windows.
+        @return 0 under X, and the wParam of the WM_QUIT message under Windows.
     */
     virtual int MainLoop();