projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da33e0
)
Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')')....
author
Bryan Petty
<bryan@ibaku.net>
Mon, 28 Sep 2009 23:44:34 +0000
(23:44 +0000)
committer
Bryan 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
patch
|
blob
|
blame
|
history
diff --git
a/src/os2/listctrl.cpp
b/src/os2/listctrl.cpp
index 9439f8745995cfe3756292c9a715c1cf4707e87c..062a528006c8b96673d23fdd0bc63e55ae91b069 100644
(file)
--- a/
src/os2/listctrl.cpp
+++ b/
src/os2/listctrl.cpp
@@
-1464,7
+1464,7
@@
bool wxListCtrl::SetItemImage (
bool wxListCtrl::SetItemColumnImage (
long lItem
, long lColumn
-, int nImage
+, int nImage
)
{
wxListItem vInfo;