]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fswatchercmn.cpp
fixing forced link of quicktime backend on osx_cocoa
[wxWidgets.git] / src / common / fswatchercmn.cpp
index 51d9d578f8687052ea57d931772ae3116c691586..a417a82ee7146b9d34048d3a6d0f0430b5ab962e 100644 (file)
@@ -62,6 +62,8 @@ static wxString GetFSWEventChangeTypeName(int type)
 // wxFileSystemWatcherEvent implementation
 // ============================================================================
 
+IMPLEMENT_DYNAMIC_CLASS(wxFileSystemWatcherEvent, wxEvent);
+
 wxString wxFileSystemWatcherEvent::ToString() const
 {
     return wxString::Format("FSW_EVT type=%d (%s) path='%s'", m_changeType,