rearrange inheritance so that Automatable IS-A Slavable
[ardour.git] / libs / ardour / ardour / reverse.h
index 79f8880e564df3ac7b94787e4499a2d66b426ec6..4c24a7c1cb07e23edce669115ba7935b65d0ea0f 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
 
 namespace ARDOUR {
 
-class Reverse : public Filter {
+class LIBARDOUR_API Reverse : public Filter {
   public:
        Reverse (ARDOUR::Session&);
        ~Reverse ();
 
-       int run (boost::shared_ptr<ARDOUR::Region>);
+       int run (boost::shared_ptr<ARDOUR::Region>, Progress *);
 };
 
 } /* namespace */