X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/beea183b40566b55020c9a6c4c976c3fbe77e55a..4164a04a98be1066038317c2d16438cce3f59c81:/src/common/mediactrlcmn.cpp diff --git a/src/common/mediactrlcmn.cpp b/src/common/mediactrlcmn.cpp index c1cf31c007..b8cfb5da86 100644 --- a/src/common/mediactrlcmn.cpp +++ b/src/common/mediactrlcmn.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/common/mediactrl.cpp +// Name: src/common/mediactrlcmn.cpp // Purpose: wxMediaCtrl common code // Author: Ryan Norton // Modified by: @@ -248,8 +248,8 @@ const wxClassInfo* wxMediaCtrl::NextBackend(wxClassInfo::const_iterator* it) *it != end; ++(*it) ) { const wxClassInfo* classInfo = **it; - if ( classInfo->IsKindOf(CLASSINFO(wxMediaBackend)) && - classInfo != CLASSINFO(wxMediaBackend) ) + if ( classInfo->IsKindOf(wxCLASSINFO(wxMediaBackend)) && + classInfo != wxCLASSINFO(wxMediaBackend) ) { ++(*it); return classInfo; @@ -544,7 +544,7 @@ void wxMediaBackendCommonBase::QueueStopEvent() // #include "wx/html/forcelnk.h" -#ifdef __WXMSW__ // MSW has huge backends so we do it seperately +#ifdef __WXMSW__ // MSW has huge backends so we do it separately FORCE_LINK(wxmediabackend_am) FORCE_LINK(wxmediabackend_wmp10) #elif !defined(__WXOSX_COCOA__)