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