Commit c86a04d7 authored by Jean-Philippe André's avatar Jean-Philippe André

Xlib: fix build (skins2) - Part 2/2: cast vlc_object

parent a1ad2378
...@@ -58,7 +58,7 @@ X11Factory::~X11Factory() ...@@ -58,7 +58,7 @@ X11Factory::~X11Factory()
bool X11Factory::init() bool X11Factory::init()
{ {
// make sure xlib is safe-thread // make sure xlib is safe-thread
if( !vlc_xlib_init( getIntf() ) ) if( !vlc_xlib_init( VLC_OBJECT( getIntf() ) ) )
{ {
msg_Err( getIntf(), "initializing xlib for multi-threading failed" ); msg_Err( getIntf(), "initializing xlib for multi-threading failed" );
return false; return false;
......
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