X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e25ba908f6a9e03f131e8ce9df19558c3e09a35..3e45770ceb21535986f806d22feda734a0e5ed49:/include/wx/stubs/listctrl.h

diff --git a/include/wx/stubs/listctrl.h b/include/wx/stubs/listctrl.h
index e8f26286d8..6dfc25df98 100644
--- a/include/wx/stubs/listctrl.h
+++ b/include/wx/stubs/listctrl.h
@@ -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 ;