X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b698c8e9bfbcf149f8ac375ea5b5ff6af9cba86a..481fcc780da6b3ddbee3bd9f1eca5aafeef0a58b:/src/mac/checklst.cpp?ds=inline diff --git a/src/mac/checklst.cpp b/src/mac/checklst.cpp index ecf13c8f70..b8401b16da 100644 --- a/src/mac/checklst.cpp +++ b/src/mac/checklst.cpp @@ -44,7 +44,7 @@ END_EVENT_TABLE() // ---------------- // def ctor: use Create() to really create the control -wxCheckListBox::wxCheckListBox() : wxListBox() +wxCheckListBox::wxCheckListBox() : wxCheckListBoxBase() { } @@ -54,7 +54,7 @@ wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id, int nStrings, const wxString choices[], long style, const wxValidator& val, const wxString& name) - : wxListBox() + : wxCheckListBoxBase() { // TODO: you'll probably need a separate Create instead of using // the wxListBox one as here.