X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..2b76114b611660e82ddf731459c9b3bef9ce012f:/src/gtk1/checklst.cpp?ds=sidebyside 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; }