Give just one system tab rather than mono / stereo. Fix bundles-only mode of the...
[ardour.git] / gtk2_ardour / playlist_selection.h
index 14366418e69af04852bbd23152063cbb7ac86a35..4fcf1c64c8bd35358eb97dbf61cfc233d101fb5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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__ */