]> git.saurik.com Git - wxWidgets.git/commitdiff
Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')')....
authorBryan Petty <bryan@ibaku.net>
Mon, 28 Sep 2009 23:44:34 +0000 (23:44 +0000)
committerBryan Petty <bryan@ibaku.net>
Mon, 28 Sep 2009 23:44:34 +0000 (23:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/listctrl.cpp

index 9439f8745995cfe3756292c9a715c1cf4707e87c..062a528006c8b96673d23fdd0bc63e55ae91b069 100644 (file)
@@ -1464,7 +1464,7 @@ bool wxListCtrl::SetItemImage (
 bool wxListCtrl::SetItemColumnImage (
   long                              lItem
 , long                              lColumn
 bool wxListCtrl::SetItemColumnImage (
   long                              lItem
 , long                              lColumn
-, int                               nImage
+, int                               nImage)
 {
     wxListItem                      vInfo;
 
 {
     wxListItem                      vInfo;