]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/listbox.cpp
fix compilation after r50329
[wxWidgets.git] / src / mac / carbon / listbox.cpp
index 08b4ba77ef275047471e3a50f244f0e346fe7caa..ee803cb95878aa1af8192f6ac3b547d9be0661a8 100644 (file)
@@ -447,7 +447,7 @@ void wxMacListBoxItem::Notification(wxMacDataItemBrowserControl *owner ,
 
         // direct notification is not always having the listbox GetSelection()
         // having in synch with event, so use wxPostEvent instead
-        // list->GetEventHandler()->ProcessEvent(event);
+        // list->HandleWindowEvent(event);
 
         wxPostEvent( list->GetEventHandler(), event );
     }