summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-15 15:01:35 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-15 15:01:35 +0000
commita8dd4ec8053d77a5501f16c2cc1bba24f82f1b95 (patch)
tree7d25cad8bb22543b323d4ea25a84ccb95d74937f /gtk2_ardour/audio_streamview.h
parente258a15330a7cf1dfb7f54870fc6945cdbd07922 (diff)
Re-show all xfades that we hide during drags (#4933).
git-svn-id: svn://localhost/ardour2/branches/3.0@12729 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_streamview.h')
-rw-r--r--gtk2_ardour/audio_streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h
index 5ef83b7adc..18bc703650 100644
--- a/gtk2_ardour/audio_streamview.h
+++ b/gtk2_ardour/audio_streamview.h
@@ -61,7 +61,7 @@ class AudioStreamView : public StreamView
void show_all_fades ();
void hide_all_fades ();
- void hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
+ std::list<AudioRegionView*> hide_xfades_with (boost::shared_ptr<ARDOUR::AudioRegion> ar);
RegionView* create_region_view (boost::shared_ptr<ARDOUR::Region>, bool, bool);