fix horiz alignment (corner-radius is added to layout)
[ardour.git] / gtk2_ardour / audio_streamview.h
index a36c57b5520ccead0a42ca0dddbf8ef645d62dd0..a3f7c63559e94d445a9b9a5cec960a71a0804589 100644 (file)
@@ -59,7 +59,7 @@ class AudioStreamView : public StreamView
        void show_all_fades ();
        void hide_all_fades ();
 
-       std::list<AudioRegionView*> hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
+       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);