]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
additional types for carbon events
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index a1766e7bb626198e0af027f1ac999716ab01ca9d..3bd0b0f1c01d8ed7079f367b3526d1293be3c93b 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        checklst.h
+// Name:        wx/gtk1/checklst.h
 // Purpose:     wxCheckListBox class
 // Author:      Robert Roebling
 // Modified by:
@@ -52,7 +52,7 @@ public:
     void Check( int index, bool check = TRUE );
 
     int GetItemHeight() const;
-    
+
 private:
     DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 };