From 68388fdd67d945818a3e3a28757d7c4daa80b58a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 20 May 2010 12:39:08 +0000 Subject: [PATCH] fixing copy paste error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/listctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/osx/listctrl.h b/include/wx/osx/listctrl.h index e6dfc378f5..e1c7449542 100644 --- a/include/wx/osx/listctrl.h +++ b/include/wx/osx/listctrl.h @@ -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) ; -- 2.45.2