Remove most using declarations from header files.
[ardour.git] / gtk2_ardour / track_selection.h
index 53f59e67cf98393a1e6ce18b288beb5bdc5dfa28..57b8469afba9ddd4d879839d0828ecad192cfadf 100644 (file)
@@ -24,6 +24,6 @@
 
 class TimeAxisView;
 
-struct TrackSelection : public list<TimeAxisView*> {};
+struct TrackSelection : public std::list<TimeAxisView*> {};
 
 #endif /* __ardour_gtk_track_selection_h__ */