diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index b176182115..941f137a69 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -3185,7 +3185,7 @@ bool wxMacMLTEHIViewControl::HasFocus() const void wxMacMLTEHIViewControl::SetBackground( const wxBrush &brush ) { -#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OSX_VERSION_10_4 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 if (HITextViewSetBackgroundColor != NULL) { RGBColor col = MAC_WXCOLORREF(brush.GetColour().GetPixel()) ;