Get wxMediaCtrl stub impl. going for OS X Cocoa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2008-09-25 00:02:52 +00:00
parent f53c4d3b88
commit 4954ee5032
2 changed files with 4 additions and 4 deletions

View File

@@ -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;