Commit e1916ffc authored by ogg.k.ogg.k's avatar ogg.k.ogg.k Committed by Rémi Denis-Courmont

Fix another location having the same does-not-compile problem

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 679b54c7
......@@ -616,7 +616,7 @@ int VlcProc::controlWindow( struct vout_window_t *pWnd,
// Post a resize vout command
CmdResizeVout *pCmd =
new CmdResizeVout( pThis->getIntf(), pWnd->handle,
new CmdResizeVout( pThis->getIntf(), pWnd->handle.hwnd,
i_width, i_height );
AsyncQueue *pQueue = AsyncQueue::instance( pThis->getIntf() );
pQueue->push( CmdGenericPtr( pCmd ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment