From: Václav Slavík Date: Sat, 10 Aug 2002 14:51:26 +0000 (+0000) Subject: fixed Julian-introduced typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b5a798153e654af05c7aac93d8965bebf33c019 fixed Julian-introduced typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mgl/app.h b/include/wx/mgl/app.h index ea6fa45bcc..43bec77767 100644 --- a/include/wx/mgl/app.h +++ b/include/wx/mgl/app.h @@ -57,7 +57,6 @@ public: static bool Initialize(); static void CleanUp(); - virtual bool ProcessIdle(); void DeletePendingObjects(); virtual bool Yield(bool onlyIfNeeded = FALSE);