]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/listctrl.h
Added long-filename functions & normalisation; patch to Watcom makefiles
[wxWidgets.git] / include / wx / stubs / listctrl.h
index e8f26286d88882986c3c005deb0707fc28bebf95..6dfc25df982f2240ebdff744d894fdfdc3e04de8 100644 (file)
@@ -241,7 +241,7 @@ class WXDLLEXPORT wxListCtrl: public wxControl
   bool SetItemData(long item, long data) ;
 
   // Gets the item rectangle
-  bool GetItemRect(long item, wxRectangle& rect, int code = wxLIST_RECT_BOUNDS) const ;
+  bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;
 
   // Gets the item position
   bool GetItemPosition(long item, wxPoint& pos) const ;