]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't document wxFileSystemWatcher::AddTree() as pure virtual.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 May 2011 15:52:04 +0000 (15:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 May 2011 15:52:04 +0000 (15:52 +0000)
It isn't.

See #12847.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/fswatcher.h

index cc2a55bfcbb49085bc3ac69a0e366a453dc53a2c..dffeabd0234f9f9b0b76d661e5516164c1228433 100644 (file)
@@ -81,7 +81,7 @@ public:
         time to execute.
      */
     virtual bool AddTree(const wxFileName& path, int events = wxFSW_EVENT_ALL,
-                         const wxString& filter = wxEmptyString) = 0;
+                         const wxString& filter = wxEmptyString);
 
     /**
         Removes @a path from the list of watched paths.