From 293a6aaf0a0a69ffdba75570fd8a9db6bb350354 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 May 2011 15:52:04 +0000 Subject: [PATCH] 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 --- interface/wx/fswatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0