]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/checklst.cpp
Handle WebKitWebView create-web-view.
[wxWidgets.git] / src / gtk1 / checklst.cpp
index bb84a1816d2b04fc229c170976e74af2aa1a0529..316957457f02fc0b428d52c40984a757a1469f2c 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk1/checklst.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -22,7 +21,7 @@
 // wxCheckListBox
 //-----------------------------------------------------------------------------
 
-wxCheckListBox::wxCheckListBox() : wxListBox()
+wxCheckListBox::wxCheckListBox() : wxCheckListBoxBase()
 {
     m_hasCheckBoxes = true;
 }