]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct wxFileSystemWatcher::GetWatchedPathsCount() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Jan 2011 23:54:08 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Jan 2011 23:54:08 +0000 (23:54 +0000)
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

interface/wx/fswatcher.h

index 8de7407bf5ed392f34486c869adc0b8c40f8e1b8..87c7a07c6160d2abbe8679594acc1dd921bb3bde 100644 (file)
@@ -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