]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing copy paste error
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 20 May 2010 12:39:08 +0000 (12:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 20 May 2010 12:39:08 +0000 (12:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/listctrl.h

index e6dfc378f5a28b3c211a290b569a493026656c70..e1c7449542d37f8dd1774e20d55f433da48610f9 100644 (file)
@@ -103,7 +103,7 @@ class WXDLLIMPEXP_CORE wxListCtrl: public wxControl
   bool SetItemColumnImage(long item, long column, int image);
 
   // Gets the item text
-  wxString GetItemText(long item, int int col = 0) const ;
+  wxString GetItemText(long item, int col = 0) const ;
 
   // Sets the item text
   void SetItemText(long item, const wxString& str) ;