]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
fixedb ug with normalization of UNC paths (patch 558701)
[wxWidgets.git] / src / common / appcmn.cpp
index 05d7cb3bfee35039d59ad200a3c3fe2f1621984d..3e0ecff92977985e9598e089c19217f31f80a29b 100644 (file)
@@ -182,6 +182,12 @@ void wxAppBase::SetActive(bool active, wxWindow * WXUNUSED(lastFocus))
 
 #endif // wxUSE_GUI
 
+int wxAppBase::FilterEvent(wxEvent& WXUNUSED(event))
+{
+    // process the events normally by default
+    return -1;
+}
+
 // ----------------------------------------------------------------------------
 // cmd line parsing
 // ----------------------------------------------------------------------------