]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
disable dialup manager for MGL, it doesn't link as there is no DOS implementation...
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index 3bd0b0f1c01d8ed7079f367b3526d1293be3c93b..ba0368baae01f61f2c39725440ae3a2068f90928 100644 (file)
@@ -48,8 +48,8 @@ public:
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxListBoxNameStr);
 
-    bool IsChecked( int index ) const;
-    void Check( int index, bool check = TRUE );
+    bool IsChecked(unsigned int index) const;
+    void Check(unsigned int index, bool check = true);
 
     int GetItemHeight() const;