X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..76e7cfab8fdb0c7862fd07e427af54181717fc62:/src/os2/evtloop.cpp diff --git a/src/os2/evtloop.cpp b/src/os2/evtloop.cpp index 01916125ea..0267057888 100644 --- a/src/os2/evtloop.cpp +++ b/src/os2/evtloop.cpp @@ -4,9 +4,8 @@ // Author: Vadim Zeitlin // Modified by: // Created: 01.06.01 -// RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -404,7 +403,7 @@ bool wxGUIEventLoop::YieldFor(long eventsToProcess) if (wxTheApp) { wxTheApp->ProcessPendingEvents(); - wxTheApp->HandleSockets(); + wxTheApp->HandleSockets(); } //