]> git.saurik.com Git - wxWidgets.git/commitdiff
let wxCheckListBox get the properties of wxCheckListBoxBase (was wxListBox) for wxGTK...
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 23 Jan 2013 10:15:15 +0000 (10:15 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 23 Jan 2013 10:15:15 +0000 (10:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk1/checklst.h
src/gtk1/checklst.cpp

index e96e56a746bf218ad7507663032155141cfa3c7f..305ca0c3867e778caec0dd5740d4ffcd3236ef1c 100644 (file)
@@ -28,7 +28,7 @@
 // wxCheckListBox
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxCheckListBox : public wxListBox
+class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase
 {
 public:
     wxCheckListBox();
index bb84a1816d2b04fc229c170976e74af2aa1a0529..8f449b93e27788d9ac0aee0366ad399bdf032e1a 100644 (file)
@@ -22,7 +22,7 @@
 // wxCheckListBox
 //-----------------------------------------------------------------------------
 
-wxCheckListBox::wxCheckListBox() : wxListBox()
+wxCheckListBox::wxCheckListBox() : wxCheckListBoxBase()
 {
     m_hasCheckBoxes = true;
 }