]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
compilation fixes - wxGTK compiles but not links
[wxWidgets.git] / src / generic / listctrl.cpp
index 64ea6c0979c7efb803c79b4690d63440e2349ed8..38985b43ff88f0e94900428509e362ce118c11b2 100644 (file)
@@ -3141,7 +3141,12 @@ void wxListMainWindow::SortItems( wxListCtrlCompare fn, long data )
 
 void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
 {
+    // FIXME
+#ifdef __WXGTK__
+    wxScrolledWindow::OnScroll(event);
+#else
     HandleOnScroll( event );
+#endif
 
 #if wxUSE_GENERIC_LIST_EXTENSIONS