X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_streamview.h;h=443a39063b80d5a4dafce23efc81ec0a508e1ad1;hb=e161bc0596b6cb8facdefc56435553f76ee643c3;hp=a3f7c63559e94d445a9b9a5cec960a71a0804589;hpb=392a7fd2384ef2f77742b34b3b941b37ee505449;p=ardour.git diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index a3f7c63559..443a39063b 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -26,8 +26,8 @@ #include #include "ardour/location.h" +#include "point_selection.h" #include "editing.h" -#include "simplerect.h" #include "streamview.h" namespace Gdk { @@ -62,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 ();