X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d599097d03acc24294799fd3a54ed7dbbfc68cc6..3e5f88c6d2cdb2d4b0de4f44146a9839dc55f129:/src/gtk1/checklst.cpp diff --git a/src/gtk1/checklst.cpp b/src/gtk1/checklst.cpp index bb84a1816d..8f449b93e2 100644 --- a/src/gtk1/checklst.cpp +++ b/src/gtk1/checklst.cpp @@ -22,7 +22,7 @@ // wxCheckListBox //----------------------------------------------------------------------------- -wxCheckListBox::wxCheckListBox() : wxListBox() +wxCheckListBox::wxCheckListBox() : wxCheckListBoxBase() { m_hasCheckBoxes = true; }