Suppress gcc -Wint-to-pointer-cast warnings in GTK wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Dec 2011 01:21:39 +0000 (01:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Dec 2011 01:21:39 +0000 (01:21 +0000)
commit6549dd3ce3d87e08815b36abc8d8fe188044bc59
treeb744fc82348104e1d5e7c733ff24c4ad230f0ec3
parent7716a165ef3d5f3075b4aa771decc0001e68f6b4
Suppress gcc -Wint-to-pointer-cast warnings in GTK wxDataViewCtrl.

Use wxUIntToPtr to avoid the warnings about casts from smaller (in 64 bit
build) int type to pointer.

Closes #13394.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dataview.cpp