]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / generic / listctrl.h
index 3f0c175cb5d47d95b65782641fb7afbaf835c758..9fdc58788d9bc9e12832b82da2c0c3515d8162e0 100644 (file)
@@ -138,7 +138,7 @@ public:
     long InsertColumn( long col, const wxString& heading,
                        int format = wxLIST_FORMAT_LEFT, int width = -1 );
     bool ScrollList( int dx, int dy );
     long InsertColumn( long col, const wxString& heading,
                        int format = wxLIST_FORMAT_LEFT, int width = -1 );
     bool ScrollList( int dx, int dy );
-    bool SortItems( wxListCtrlCompare fn, wxUIntPtr data );
+    bool SortItems( wxListCtrlCompare fn, wxIntPtr data );
     bool Update( long item );
     // Must provide overload to avoid hiding it (and warnings about it)
     virtual void Update() { wxControl::Update(); }
     bool Update( long item );
     // Must provide overload to avoid hiding it (and warnings about it)
     virtual void Update() { wxControl::Update(); }