git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34445
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxAMMediaBackend* pThis = (wxAMMediaBackend*) this;
wxPaintDC dc(pThis->m_ctrl);
{
wxAMMediaBackend* pThis = (wxAMMediaBackend*) this;
wxPaintDC dc(pThis->m_ctrl);
- if( pThis->m_pVMC->RepaintVideo((HWND)pThis->m_ctrl->GetHandle(),
- (HDC)dc.GetHDC()) != 0 )
+ if( pThis->m_pVMC->RepaintVideo((HWND)pThis->m_ctrl->GetHandle(),
+ (HDC)dc.GetHDC()) != 0 )
+ {
+ wxASSERT(false);
+ }