X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5273bf2fd3292ec3ab3da4f0c197b2f0e93df32e..fdc8ef94855ad7d32f9c654f0ef8ea1e16fa4392:/include/wx/mac/control.h?ds=sidebyside diff --git a/include/wx/mac/control.h b/include/wx/mac/control.h index 02f59ad05e..cef07af9c5 100644 --- a/include/wx/mac/control.h +++ b/include/wx/mac/control.h @@ -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;