remember meter type with session
[ardour.git] / libs / ardour / ardour / reverse.h
index 7870b5aa2e2d9298199d7d3b8f436be814f4c30e..edc72ce707f53828ac1e863c188e5c9b0c3e4295 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2004 Paul Davis 
+    Copyright (C) 2004 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_reverse_h__
 #define __ardour_reverse_h__
 
-#include <ardour/filter.h>
+#include "ardour/filter.h"
 
 namespace ARDOUR {
 
@@ -29,7 +29,7 @@ class Reverse : public Filter {
        Reverse (ARDOUR::Session&);
        ~Reverse ();
 
-       int run (boost::shared_ptr<ARDOUR::Region>);
+       int run (boost::shared_ptr<ARDOUR::Region>, Progress *);
 };
 
 } /* namespace */