git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72271 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 class wxFileSystemWatcherEvent : public wxEvent
 {
 public:
 class wxFileSystemWatcherEvent : public wxEvent
 {
 public:
+    wxFileSystemWatcherEvent(int changeType, int watchid = wxID_ANY);
+    wxFileSystemWatcherEvent(int changeType, const wxString& errorMsg,
+                             int watchid = wxID_ANY);
+    wxFileSystemWatcherEvent(int changeType,
+                             const wxFileName& path, const wxFileName& newPath,
+                             int watchid = wxID_ANY);
+
     /**
         Returns the path at which the event occurred.
      */
     /**
         Returns the path at which the event occurred.
      */
     wxString ToString() const;
 };
 
     wxString ToString() const;
 };
 
+wxEventType wxEVT_FSWATCHER;
 
 /**
     These are the possible types of file system change events.
 
 /**
     These are the possible types of file system change events.