]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checklst.h
add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)
[wxWidgets.git] / interface / wx / checklst.h
index bb1421167f4e6120e40e31d6a0547d2c61e06f9d..8287d5acdf43b578a43cddf5ff28806dd8a5ac56 100644 (file)
@@ -105,7 +105,7 @@ public:
     /**
         Destructor, destroying the list box.
     */
-    ~wxCheckListBox();
+    virtual ~wxCheckListBox();
 
     /**
         Checks the given item. Note that calling this method does not result in
@@ -116,7 +116,7 @@ public:
         @param check
             @true if the item is to be checked, @false otherwise.
     */
-    void Check(int item, bool check = true);
+    void Check(unsigned int item, bool check = true);
 
     /**
         Returns @true if the given item is checked, @false otherwise.