Fix reference of track after free() (#4795).
[ardour.git] / gtk2_ardour / track_view_list.h
index d7b5433edc634e5cbe177b4f50683184ea798a35..24f26465ef3c334676a5f8fc454ba56f23618099 100755 (executable)
@@ -21,6 +21,7 @@
 #define __ardour_gtk_track_view_list_h__
 
 #include <list>
+#include <set>
 
 class TimeAxisView;
 
@@ -34,6 +35,8 @@ public:
 
        virtual TrackViewList add (TrackViewList const &);
        bool contains (TimeAxisView const *) const;
+
+       TrackViewList filter_to_unique_playlists ();
 };
 
 #endif