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:
parent
3cac36541b
commit
293a6aaf0a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user