]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/fswatcher_inotify.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / unix / fswatcher_inotify.h
index 6867fcdff2649a1444e6f4b7e966db2932a0f14e..6641430d37c58961007cba26dc51cf0c15a8c6e6 100644 (file)
@@ -26,6 +26,8 @@ public:
 
     virtual ~wxInotifyFileSystemWatcher();
 
 
     virtual ~wxInotifyFileSystemWatcher();
 
+    void OnDirDeleted(const wxString& path);
+
 protected:
     bool Init();
 };
 protected:
     bool Init();
 };