X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b8ef0b35d674bc262eb2005ac1321762c831d31..a7689c49fe02c0c065facf736ab28b19f5997b7c:/include/wx/unix/fswatcher_inotify.h diff --git a/include/wx/unix/fswatcher_inotify.h b/include/wx/unix/fswatcher_inotify.h index 6867fcdff2..6641430d37 100644 --- a/include/wx/unix/fswatcher_inotify.h +++ b/include/wx/unix/fswatcher_inotify.h @@ -26,6 +26,8 @@ public: virtual ~wxInotifyFileSystemWatcher(); + void OnDirDeleted(const wxString& path); + protected: bool Init(); };