Make editor route list rec button respect group settings.
[ardour.git] / gtk2_ardour / playlist_selection.h
index 14366418e69af04852bbd23152063cbb7ac86a35..a29be49793f39b9ae55137f5de25a72e66988b2b 100644 (file)
@@ -27,6 +27,6 @@ namespace ARDOUR {
        class Playlist;
 }
 
-struct PlaylistSelection : list<boost::shared_ptr<ARDOUR::Playlist> > {};
+struct PlaylistSelection : std::list<boost::shared_ptr<ARDOUR::Playlist> > {};
 
 #endif /* __ardour_gtk_playlist_selection_h__ */