X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fplaylist_selection.h;h=4fcf1c64c8bd35358eb97dbf61cfc233d101fb5c;hb=ef213e49a7e4eb7083696fd7e953c8f11e492849;hp=14366418e69af04852bbd23152063cbb7ac86a35;hpb=666e0870554705f4fb466fc6b188fe9b4000ca49;p=ardour.git diff --git a/gtk2_ardour/playlist_selection.h b/gtk2_ardour/playlist_selection.h index 14366418e6..4fcf1c64c8 100644 --- a/gtk2_ardour/playlist_selection.h +++ b/gtk2_ardour/playlist_selection.h @@ -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 > {}; +struct PlaylistSelection : std::list > {}; #endif /* __ardour_gtk_playlist_selection_h__ */