X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_streamview.h;h=443a39063b80d5a4dafce23efc81ec0a508e1ad1;hb=d53d0faf931314ec180f4236db2dffda21e69071;hp=8e9b095537d47e6f4e0d8725c9ec7b321f8be24c;hpb=ad017365f7a73f8ba57f667cc1aa36478b48c50e;p=ardour.git diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index 8e9b095537..443a39063b 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -26,6 +26,7 @@ #include #include "ardour/location.h" +#include "point_selection.h" #include "editing.h" #include "streamview.h" @@ -61,6 +62,7 @@ class AudioStreamView : public StreamView std::pair, std::list > hide_xfades_with (boost::shared_ptr ar); RegionView* create_region_view (boost::shared_ptr, bool, bool); + void set_selected_points (PointSelection&); private: void setup_rec_box ();