From 3b89d9eaa03406a5e03648f47734211f09b89d62 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 May 2009 17:03:42 +0000 Subject: Remove most using declarations from header files. git-svn-id: svn://localhost/ardour2/branches/3.0@5069 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/playlist_selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/playlist_selection.h') diff --git a/gtk2_ardour/playlist_selection.h b/gtk2_ardour/playlist_selection.h index 14366418e6..a29be49793 100644 --- a/gtk2_ardour/playlist_selection.h +++ b/gtk2_ardour/playlist_selection.h @@ -27,6 +27,6 @@ namespace ARDOUR { class Playlist; } -struct PlaylistSelection : list > {}; +struct PlaylistSelection : std::list > {}; #endif /* __ardour_gtk_playlist_selection_h__ */ -- cgit v1.2.3