]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/control.h
Dan 'Bud' Keith's Implementation
[wxWidgets.git] / include / wx / mac / control.h
index 02f59ad05e409305c0a23dbf155b6f8a480c4344..cef07af9c5afc67acd2c41f63af9624a47bfc70f 100644 (file)
@@ -102,11 +102,11 @@ protected:
 
 protected:
    // For controls like radiobuttons which are really composite
-       WXWidget                m_macControl ;
-       bool                            m_macControlIsShown ;
-       wxList m_subControls;
-       int                                                     m_macHorizontalBorder ;
-       int                                                     m_macVerticalBorder ;
+   WXWidget m_macControl ;
+   bool     m_macControlIsShown ;
+   wxList   m_subControls;
+   int      m_macHorizontalBorder ;
+   int      m_macVerticalBorder ;
 
    virtual wxSize DoGetBestSize() const;