From: Vadim Zeitlin Date: Wed, 11 May 2011 15:52:04 +0000 (+0000) Subject: Don't document wxFileSystemWatcher::AddTree() as pure virtual. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/293a6aaf0a0a69ffdba75570fd8a9db6bb350354?ds=inline 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 --- diff --git a/interface/wx/fswatcher.h b/interface/wx/fswatcher.h index cc2a55bfcb..dffeabd023 100644 --- a/interface/wx/fswatcher.h +++ b/interface/wx/fswatcher.h @@ -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.