]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fswatcher.h
Fix lots of warnings reported by Clang.
[wxWidgets.git] / interface / wx / fswatcher.h
index 5857d69260779f2a68faa15b3b94a13db30a1a98..fde8902515e71ee42ace80f616aba70d6fe808ff 100644 (file)
@@ -157,7 +157,7 @@ public:
 class wxFileSystemWatcherEvent : public wxEvent
 {
 public:
-    wxFileSystemWatcherEvent(int changeType, int watchid = wxID_ANY);
+    wxFileSystemWatcherEvent(int changeType = 0, int watchid = wxID_ANY);
     wxFileSystemWatcherEvent(int changeType, const wxString& errorMsg,
                              int watchid = wxID_ANY);
     wxFileSystemWatcherEvent(int changeType,