]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / msw / tabctrl.cpp
index 21eb96131ece31557585261e9858108e1fda0545..02a8285cc4865aead8536d4c1e6efdeca13d8f89 100644 (file)
@@ -149,7 +149,7 @@ bool wxTabCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
     event.SetInt(idCtrl) ;
     event.SetSelection(idCtrl);
 
-    return ProcessEvent(event);
+    return HandleWindowEvent(event);
 }
 
 // Responds to colour changes, and passes event on to children.