projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated release notes for 2.9.5.
[wxWidgets.git]
/
src
/
gtk1
/
checklst.cpp
diff --git
a/src/gtk1/checklst.cpp
b/src/gtk1/checklst.cpp
index cb46643608f8ed70f7f55c9c20118caeeb61e433..8f449b93e27788d9ac0aee0366ad399bdf032e1a 100644
(file)
--- a/
src/gtk1/checklst.cpp
+++ b/
src/gtk1/checklst.cpp
@@
-22,9
+22,7
@@
// wxCheckListBox
//-----------------------------------------------------------------------------
// wxCheckListBox
//-----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox,wxListBox)
-
-wxCheckListBox::wxCheckListBox() : wxListBox()
+wxCheckListBox::wxCheckListBox() : wxCheckListBoxBase()
{
m_hasCheckBoxes = true;
}
{
m_hasCheckBoxes = true;
}