Add wxRTTI for the wxFileSystemWatcherEvent class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-05-24 16:05:33 +00:00
parent 276c32e15b
commit 3fc2ee048d
3 changed files with 6 additions and 2 deletions

View 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,