fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / ardour / ardour / rb_effect.h
index a536a309b3a0cdf82a3277524159de6d246d70d0..84c9bce53ce651bddb35facc64f7b5fb471833f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 #ifndef __ardour_rbeffect_h__
 #define __ardour_rbeffect_h__
 
-#include <ardour/filter.h>
+#include "ardour/filter.h"
 
 namespace ARDOUR {
 
@@ -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;