Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')'). Fixes #11257.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2009-09-28 23:44:34 +00:00
parent 7da33e042c
commit c06de7d4c8

View File

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