From 5fdb113cdefa51729276e24875e4921ebad72013 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 Nov 2013 23:35:32 +0000 Subject: [PATCH] Update wxListEvent::GetData() documentation too. It returns wxUIntPtr and not long since r75000, see #15578. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/listctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index f2550038bc..aecce9956f 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -1372,7 +1372,7 @@ public: /** The data. */ - long GetData() const; + wxUIntPtr GetData() const; /** The image.