]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/fswatcher_inotify.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / unix / fswatcher_inotify.h
index 6867fcdff2649a1444e6f4b7e966db2932a0f14e..1881966053252e98e682fbd320cdc120e588c1bd 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxInotifyFileSystemWatcher
 // Author:      Bartosz Bekier
 // Created:     2009-05-26
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -26,6 +25,8 @@ public:
 
     virtual ~wxInotifyFileSystemWatcher();
 
+    void OnDirDeleted(const wxString& path);
+
 protected:
     bool Init();
 };