add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / audio_streamview.h
index 8e9b095537d47e6f4e0d8725c9ec7b321f8be24c..443a39063b80d5a4dafce23efc81ec0a508e1ad1 100644 (file)
@@ -26,6 +26,7 @@
 #include <boost/weak_ptr.hpp>
 
 #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<AudioRegionView*>, std::list<AudioRegionView*> > hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
 
        RegionView* create_region_view (boost::shared_ptr<ARDOUR::Region>, bool, bool);
+       void set_selected_points (PointSelection&);
 
   private:
        void setup_rec_box ();