]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fswatcher.h
Test using wxString::ToCDouble() in wxAny.
[wxWidgets.git] / include / wx / fswatcher.h
index cb31a78f53555f39298d5186403e043da9baf678..964b37bd2aa8e9b39a629801fadb475abe56b59c 100644 (file)
@@ -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;
     }