X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2680ced12cbbed16990007c5fa3ea7730700122..ef6ece2352e739f843d9fc08d96d46b6467b83d6:/src/osx/carbon/button.cpp?ds=inline diff --git a/src/osx/carbon/button.cpp b/src/osx/carbon/button.cpp index 6c57596e6a..9974fc5aa4 100644 --- a/src/osx/carbon/button.cpp +++ b/src/osx/carbon/button.cpp @@ -154,7 +154,7 @@ wxSize wxButton::DoGetBestSize() const wxCFStringRef str( m_label, GetFont().GetEncoding() ); -#if wxMAC_USE_ATSU_TEXT +#if wxOSX_USE_ATSU_TEXT SInt16 baseline; if ( m_font.MacGetThemeFontID() != kThemeCurrentPortFont ) {