]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/app.h
Changed all symbols with the name "id" to "timerid" to allow Objective-C++
[wxWidgets.git] / include / wx / mac / app.h
index fc560f15614fd834402cf133ad1d1eec870b2ceb..94e28ec345f9854435d425e66a29b41662e0d55a 100644 (file)
@@ -49,9 +49,8 @@ class WXDLLEXPORT wxApp: public wxAppBase
 
     virtual int MainLoop();
     virtual void ExitMainLoop();
-    virtual bool Initialized();
     virtual bool Pending() ;
-    virtual void Dispatch() ;
+    virtual bool Dispatch() ;
 
     virtual void Exit();