Commit 7812f844 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile fix

parent bbd9d315
......@@ -128,7 +128,8 @@ static void Run( intf_thread_t *p_intf )
static void Init( intf_thread_t *p_intf )
{
char *argv[] = { "" };
char dummy[] = "";
char *argv[] = { dummy };
int argc = 1;
Q_INIT_RESOURCE( vlc );
QApplication *app = new QApplication( argc, argv , true );
......
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