]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checklst.cpp
Move menu messages handling from wxFrame to wxTLW in wxMSW.
[wxWidgets.git] / src / gtk / checklst.cpp
index e0826434223d6af71ef447fd0e04eee0fd5e8974..fef7b3c61cc3099ecd56889ad1f51eae289a8015 100644 (file)
@@ -46,7 +46,7 @@ static void gtk_checklist_toggled(GtkCellRendererToggle * WXUNUSED(renderer),
 // wxCheckListBox
 //-----------------------------------------------------------------------------
 
-wxCheckListBox::wxCheckListBox() : wxListBox()
+wxCheckListBox::wxCheckListBox() : wxCheckListBoxBase()
 {
     m_hasCheckBoxes = true;
 }