X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9787a4b6ad61ad6f938c308069fabf45057af30f..27f35b6674b796e61986681261ec7a96bef93502:/include/wx/msw/app.h?ds=sidebyside

diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h
index dad32116b9..c85dcc4b83 100644
--- a/include/wx/msw/app.h
+++ b/include/wx/msw/app.h
@@ -41,8 +41,8 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
-
-    virtual wxIcon GetStdIcon(int which) const;
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
+    virtual bool ProcessIdle();
 
     virtual void SetPrintMode(int mode) { m_printMode = mode; }
     virtual int GetPrintMode() const { return m_printMode; }
@@ -80,7 +80,7 @@ public:
     static bool UnregisterWindowClasses();
 
     // Convert Windows to argc, argv style
-    void ConvertToStandardCommandArgs(char* p);
+    void ConvertToStandardCommandArgs(const char* p);
 
     // message processing
     // ------------------
@@ -98,7 +98,6 @@ public:
     // ---------------
 
     void DeletePendingObjects();
-    bool ProcessIdle();
 
 #if wxUSE_RICHEDIT
     // initialize the richedit DLL of (at least) given version, return TRUE if