X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c058cafa56179e79df02ad370bdeafd725ff2478..dcb6cbecc890c65e15ade46ca416b4c353bb7e8f:/include/wx/mediactrl.h diff --git a/include/wx/mediactrl.h b/include/wx/mediactrl.h index 7bf5b913fc..984a260879 100644 --- a/include/wx/mediactrl.h +++ b/include/wx/mediactrl.h @@ -221,10 +221,10 @@ protected: //FIXME: This is nasty... find a better way to work around //inheritance issues -#if defined(__WXMAC__) +#if defined(__WXOSX_CARBON__) virtual void MacVisibilityChanged(); #endif -#if defined(__WXMAC__) || defined(__WXCOCOA__) +#if defined(__WXOSX_CARBON__) || defined(__WXCOCOA__) friend class wxQTMediaBackend; #endif class wxMediaBackend* m_imp;