]> git.sesse.net Git - vlc/commitdiff
gcc 4.0 compile fix by Arwed von Merkatz
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 15 May 2005 17:29:26 +0000 (17:29 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 15 May 2005 17:29:26 +0000 (17:29 +0000)
modules/gui/wxwindows/playlist.cpp

index 9a658dd4e4c40c71e9462ce3ad13a5db371c91e7..26f04c7b364a54a433aadafdb4b006999b9a60d0 100644 (file)
@@ -52,6 +52,7 @@
 #define HELP_LOOP N_( "Repeat All" )
 #define HELP_REPEAT N_( "Repeat One" )
 
+namespace wxvlc {
 /* Callback prototype */
 static int PlaylistChanged( vlc_object_t *, const char *,
                             vlc_value_t, vlc_value_t, void * );
@@ -1517,3 +1518,4 @@ static int ItemAppended( vlc_object_t *p_this, const char *psz_variable,
 
     return VLC_SUCCESS;
 }
+}