modules/gui/wxwindows/playlist.cpp:

  * fixed a warning
parent bf805a8b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* playlist.cpp : wxWindows plugin for vlc * playlist.cpp : wxWindows plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2001, 2003 VideoLAN * Copyright (C) 2000-2001, 2003 VideoLAN
* $Id: playlist.cpp,v 1.33 2004/01/05 13:00:39 zorglub Exp $ * $Id: playlist.cpp,v 1.34 2004/01/08 00:52:08 sigmunau Exp $
* *
* Authors: Olivier Teulire <ipkiss@via.ecp.fr> * Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* *
...@@ -1148,6 +1148,7 @@ int ItemChanged( vlc_object_t *p_this, const char *psz_variable, ...@@ -1148,6 +1148,7 @@ int ItemChanged( vlc_object_t *p_this, const char *psz_variable,
{ {
Playlist *p_playlist_dialog = (Playlist *)param; Playlist *p_playlist_dialog = (Playlist *)param;
p_playlist_dialog->UpdateItem( new_val.i_int ); p_playlist_dialog->UpdateItem( new_val.i_int );
return 0;
} }
......
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