X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58cc15871d1a5ec5a6cc17f50be3e2006f57571f..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/eventfilter.h diff --git a/interface/wx/eventfilter.h b/interface/wx/eventfilter.h index 4138f1fbb3..6488d2175b 100644 --- a/interface/wx/eventfilter.h +++ b/interface/wx/eventfilter.h @@ -3,7 +3,6 @@ // Purpose: wxEventFilter class documentation // Author: Vadim Zeitlin // Created: 2011-11-21 -// RCS-ID: $Id$ // Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -121,7 +120,7 @@ public: This method allows to filter all the events processed by the program, so you should try to return quickly from it to avoid slowing down the - program to the crawl. + program to a crawl. Although the return type of this method is @c int, this is only due to backwards compatibility concerns and the actual return value must be