]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checklst.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / include / wx / osx / checklst.h
index 5e2fb9774b5de004f04edbce5baedfacee211780..c23d36f56239cb5b50aac28ef920ea1091deb7d4 100644 (file)
@@ -1,11 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/carbon/checklst.h
+// Name:        wx/osx/checklst.h
 // Purpose:     wxCheckListBox class - a listbox with checkable items
 //              Note: this is an optional class.
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -81,7 +80,7 @@ protected:
 
     // the array containing the checked status of the items
     wxArrayInt m_checks;
-    
+
     wxListWidgetColumn* m_checkColumn ;
 
     void Init();