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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user