Don't document wxFileSystemWatcher::AddTree() as pure virtual.

It isn't.

See #12847.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-05-11 15:52:04 +00:00
parent 3cac36541b
commit 293a6aaf0a

View 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.