]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Added a check for a '.' in the column name before prepending a table name to the...
[wxWidgets.git] / src / common / event.cpp
index 1906077d27d7fe3adb5c523cebdc4ded819c1b80..49601ef677cbf98a456328b7ef72ebf410d4d58e 100644 (file)
@@ -390,7 +390,7 @@ long wxUpdateUIEvent::sm_updateInterval = 0;
 wxUpdateUIMode wxUpdateUIEvent::sm_updateMode = wxUPDATE_UI_PROCESS_ALL;
 
 // Can we update?
-bool wxUpdateUIEvent::CanUpdate(wxWindowwin)
+bool wxUpdateUIEvent::CanUpdate(wxWindowBase *win)
 {
     // Don't update if we've switched global updating off
     // and this window doesn't support updates.