Commit 2b328b81 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/open.cpp: compilation fix.
parent 88feabd7
......@@ -2,7 +2,7 @@
* open.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: open.cpp,v 1.30 2003/07/24 16:07:10 gbazin Exp $
* $Id: open.cpp,v 1.31 2003/07/24 17:31:59 gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
......@@ -50,10 +50,6 @@
#include <vlc/intf.h>
#if defined MODULE_NAME_IS_skins
# include "../skins/src/skin_common.h"
#endif
#include "wxwindows.h"
#ifndef wxRB_SINGLE
......@@ -663,7 +659,7 @@ void OpenDialog::OnOk( wxCommandEvent& WXUNUSED(event) )
/* Count the input options */
while( i + i_options + 1 < (int)mrl.GetCount() &&
mrl[i + i_options + 1].mb_str()[0] == ':' )
((const char *)mrl[i + i_options + 1].mb_str())[0] == ':' )
{
i_options++;
}
......
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