]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
typo in comment
[wxWidgets.git] / include / wx / mac / checklst.h
index 00e75e9895e9f7e127cadf768a1c64538eedf133..76d9514edcce103c25115c731b6604131591a351 100644 (file)
@@ -58,11 +58,11 @@ public:
   void OnChar(wxKeyEvent& event) ;
   void OnLeftClick(wxMouseEvent& event) ;
 
-       // metrics
-       wxInt32 m_checkBoxWidth;
+    // metrics
+    wxInt32 m_checkBoxWidth;
     wxInt32 m_checkBoxHeight;
-       wxInt32 m_TextBaseLineOffset;
-       
+    wxInt32    m_TextBaseLineOffset;
+
     // the array containing the checked status of the items
     wxArrayInt m_checks;