summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_timefx.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-23 17:17:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-23 17:17:00 +0000
commit258733c4f17fc2e51d242759c8d3f089ab57a76b (patch)
tree5ae453f74abb02e93d16a9a5f22a8e647de2e062 /gtk2_ardour/editor_timefx.cc
parentbae8d500933d10dfd5ccde7008510b54f07b7c96 (diff)
fix timefx to actually do something now
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2810 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_timefx.cc')
-rw-r--r--gtk2_ardour/editor_timefx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_timefx.cc b/gtk2_ardour/editor_timefx.cc
index 0a8deee0dd..1968047c2f 100644
--- a/gtk2_ardour/editor_timefx.cc
+++ b/gtk2_ardour/editor_timefx.cc
@@ -256,7 +256,7 @@ Editor::do_timefx (TimeFXDialog& dialog)
boost::shared_ptr<Playlist> playlist;
boost::shared_ptr<Region> new_region;
bool in_command = false;
-
+
for (RegionSelection::iterator i = dialog.regions.begin(); i != dialog.regions.end(); ) {
AudioRegionView* arv = dynamic_cast<AudioRegionView*>(*i);