X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b8ef0b35d674bc262eb2005ac1321762c831d31..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/unix/fswatcher_inotify.h diff --git a/include/wx/unix/fswatcher_inotify.h b/include/wx/unix/fswatcher_inotify.h index 6867fcdff2..1881966053 100644 --- a/include/wx/unix/fswatcher_inotify.h +++ b/include/wx/unix/fswatcher_inotify.h @@ -3,7 +3,6 @@ // Purpose: wxInotifyFileSystemWatcher // Author: Bartosz Bekier // Created: 2009-05-26 -// RCS-ID: $Id$ // Copyright: (c) 2009 Bartosz Bekier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -26,6 +25,8 @@ public: virtual ~wxInotifyFileSystemWatcher(); + void OnDirDeleted(const wxString& path); + protected: bool Init(); };