Fix regression in r37982 (missing ')'). Fixes #11257.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2009-09-28 23:42:13 +00:00
parent dff63abaf1
commit b89b276ce2

View File

@@ -1464,7 +1464,7 @@ bool wxListCtrl::SetItemImage (
bool wxListCtrl::SetItemColumnImage (
long lItem
, long lColumn
, int nImage
, int nImage)
{
wxListItem vInfo;