From: Vadim Zeitlin Date: Wed, 5 Jan 2011 23:54:08 +0000 (+0000) Subject: Correct wxFileSystemWatcher::GetWatchedPathsCount() documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c6eea7ff8b8aaf0da210b17b535de1137547e91e Correct wxFileSystemWatcher::GetWatchedPathsCount() documentation. The method name was misspelt. Also improve the description slightly. See #12847. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/fswatcher.h b/interface/wx/fswatcher.h index 8de7407bf5..87c7a07c61 100644 --- a/interface/wx/fswatcher.h +++ b/interface/wx/fswatcher.h @@ -131,9 +131,11 @@ public: virtual bool RemoveAll(); /** - Returns the number of watched paths + Returns the number of currently watched paths. + + @see GetWatchedPaths() */ - int GetWatchedPathCount() const; + int GetWatchedPathsCount() const; /** Retrieves all watched paths and places them in @a paths. Returns