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:
@@ -1464,7 +1464,7 @@ bool wxListCtrl::SetItemImage (
|
||||
bool wxListCtrl::SetItemColumnImage (
|
||||
long lItem
|
||||
, long lColumn
|
||||
, int nImage
|
||||
, int nImage)
|
||||
{
|
||||
wxListItem vInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user