]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/checklst.h
fix warnings about calling an inline function before it is defined inline
[wxWidgets.git] / include / wx / gtk / checklst.h
index 42f7cfd34509076dd4931674815db56c37cdeb0e..057a0388f3ef2621ea31293b0cdf0109c3f7afd6 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        checklst.h
+// Name:        wx/gtk/checklst.h
 // Purpose:     wxCheckListBox class
 // Author:      Robert Roebling
 // Modified by:
@@ -52,11 +52,11 @@ 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;
-    
+
 #if wxUSE_NATIVEGTKCHECKLIST
     void DoCreateCheckList();
 #endif