X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31f6de22b0575e7feac83e7f99b5774a3490fc1a..b9f933ab5d4a293790d0f5186c434229678c76ea:/include/wx/msw/app.h diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index c6e1348015..c85dcc4b83 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -42,8 +42,7 @@ public: virtual bool Pending(); virtual void Dispatch(); virtual bool Yield(bool onlyIfNeeded = FALSE); - - virtual wxIcon GetStdIcon(int which) const; + virtual bool ProcessIdle(); virtual void SetPrintMode(int mode) { m_printMode = mode; } virtual int GetPrintMode() const { return m_printMode; } @@ -99,7 +98,6 @@ public: // --------------- void DeletePendingObjects(); - bool ProcessIdle(); #if wxUSE_RICHEDIT // initialize the richedit DLL of (at least) given version, return TRUE if