[Libreoffice-commits] core.git: avmedia/source
Tor Lillqvist
tml at collabora.com
Thu Dec 5 05:00:16 PST 2013
avmedia/source/vlc/vlcplayer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 92b1348ae8e0b0cd8fa5dca34ce55fc01dc6e02f
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Dec 5 14:59:10 2013 +0200
Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5
Change-Id: I9ed9c29c7a0a409ca38a71a2046c4b5be8caad17
diff --git a/avmedia/source/vlc/vlcplayer.cxx b/avmedia/source/vlc/vlcplayer.cxx
index 64ad897..952f38c 100644
--- a/avmedia/source/vlc/vlcplayer.cxx
+++ b/avmedia/source/vlc/vlcplayer.cxx
@@ -177,7 +177,7 @@ namespace
return -1;
#if defined MACOSX
- const intptr_t id = reinterpret_cast<intptr_t>( pEnvData->pView );
+ const intptr_t id = reinterpret_cast<intptr_t>( pEnvData->mpNSView );
#elif defined WNT
const intptr_t id = reinterpret_cast<intptr_t>( pEnvData->hWnd );
#else
More information about the Libreoffice-commits
mailing list