summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/widgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/widgets.c')
-rw-r--r--Gui/mplayer/widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/widgets.c b/Gui/mplayer/widgets.c
index 464399ef3a..17756470b3 100644
--- a/Gui/mplayer/widgets.c
+++ b/Gui/mplayer/widgets.c
@@ -112,7 +112,7 @@ void gtkEventHandling( void )
// --- funcs
-void gtkMessageBox( int type,gchar * str )
+void gtkMessageBox( int type,const gchar * str )
{
if ( !gtkInited ) return;
ShowMessageBox( str );