fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / ardour / ardour / rb_effect.h
index e4b1c0003419f060e53de6fc7e8a84476bb6ab0b..84c9bce53ce651bddb35facc64f7b5fb471833f4 100644 (file)
@@ -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;