Commit d528e9f7 authored by Antoine Cellerier's avatar Antoine Cellerier

gcc 4.0 compile fix by Arwed von Merkatz

parent 1ab82118
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
#define HELP_LOOP N_( "Repeat All" ) #define HELP_LOOP N_( "Repeat All" )
#define HELP_REPEAT N_( "Repeat One" ) #define HELP_REPEAT N_( "Repeat One" )
namespace wxvlc {
/* Callback prototype */ /* Callback prototype */
static int PlaylistChanged( vlc_object_t *, const char *, static int PlaylistChanged( vlc_object_t *, const char *,
vlc_value_t, vlc_value_t, void * ); vlc_value_t, vlc_value_t, void * );
...@@ -1517,3 +1518,4 @@ static int ItemAppended( vlc_object_t *p_this, const char *psz_variable, ...@@ -1517,3 +1518,4 @@ static int ItemAppended( vlc_object_t *p_this, const char *psz_variable,
return VLC_SUCCESS; return VLC_SUCCESS;
} }
}
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