]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
wxMGL compilation fixes
[wxWidgets.git] / include / wx / mac / checklst.h
index 00e75e9895e9f7e127cadf768a1c64538eedf133..3bf972d7a244e1eb2649d74b563ac064a6a0a32f 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_CHECKLST_H_
 #define _WX_CHECKLST_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "checklst.h"
 #endif
 
@@ -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;