projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
[wxWidgets.git]
/
src
/
os2
/
checklst.cpp
diff --git
a/src/os2/checklst.cpp
b/src/os2/checklst.cpp
index 0f280685810fd28fe934d755e92688ee75654c33..c1a5a5cc09618356521fc8c66a688c4b8dffe179 100644
(file)
--- a/
src/os2/checklst.cpp
+++ b/
src/os2/checklst.cpp
@@
-88,7
+88,7
@@
wxCheckListBoxItem::wxCheckListBoxItem (
wxCheckListBox* pParent
, size_t nIndex
)
-: wxOwnerDrawn(
""
+: wxOwnerDrawn(
wxEmptyString
,TRUE // checkable
)
{