summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/rb_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/rb_effect.h')
-rw-r--r--libs/ardour/ardour/rb_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/rb_effect.h b/libs/ardour/ardour/rb_effect.h
index e4b1c00034..84c9bce53c 100644
--- a/libs/ardour/ardour/rb_effect.h
+++ b/libs/ardour/ardour/rb_effect.h
@@ -31,7 +31,7 @@ class RBEffect : public Filter {
RBEffect (ARDOUR::Session&, TimeFXRequest&);
~RBEffect ();
- int run (boost::shared_ptr<ARDOUR::Region>);
+ int run (boost::shared_ptr<ARDOUR::Region>, Progress* progress = 0);
private:
TimeFXRequest& tsr;