X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f31f9900e472941fbb9635d7e531bbbecb654249..43c42c18d36c703a88b1b7b697bac27fe5608eca:/include/wx/fswatcher.h?ds=inline diff --git a/include/wx/fswatcher.h b/include/wx/fswatcher.h index cb31a78f53..964b37bd2a 100644 --- a/include/wx/fswatcher.h +++ b/include/wx/fswatcher.h @@ -53,6 +53,9 @@ enum wxFSW_EVENT_RENAME | wxFSW_EVENT_MODIFY | wxFSW_EVENT_ACCESS | wxFSW_EVENT_ATTRIB | wxFSW_EVENT_WARNING | wxFSW_EVENT_ERROR +#ifdef wxHAS_INOTIFY + ,wxFSW_EVENT_UNMOUNT = 0x2000 +#endif }; // Type of the path watched, used only internally for now. @@ -149,7 +152,7 @@ public: virtual wxEventCategory GetEventCategory() const { - // TODO this has to be merged with "similiar" categories and changed + // TODO this has to be merged with "similar" categories and changed return wxEVT_CATEGORY_UNKNOWN; }