Use wxListColumnFormat for wxListCtrl::AppendColumn() format argument.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:52:11 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:52:11 +0000 (12:52 +0000)
commit0280c08726b4c4fb954d38872c405e46689665b8
tree8815f4908416d21f777eb12ee92d49b1bcf18c58
parentb712cc040f9c440d7060a848bd768e598809af68
Use wxListColumnFormat for wxListCtrl::AppendColumn() format argument.

This is safer than using just an untyped int.

Closes #15265.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/listbase.h
interface/wx/listctrl.h
src/common/listctrlcmn.cpp