]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checklst.h
Replace 3 copies of wxListCtrl mode tests with a single one in wxListCtrlBase.
[wxWidgets.git] / include / wx / osx / checklst.h
index 5e2fb9774b5de004f04edbce5baedfacee211780..f2d547c5055ec927f83667776d4584def8b6e4d1 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// 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
@@ -81,7 +81,7 @@ protected:
 
     // the array containing the checked status of the items
     wxArrayInt m_checks;
-    
+
     wxListWidgetColumn* m_checkColumn ;
 
     void Init();