Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing...
[ardour.git] / libs / ardour / ardour / reverse.h
index 3296c77c6219a3f62963171aeb0f0b575ca05a69..0831e8184ba83687eb3ea6b7c514f4ad3ff5ec46 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
 #ifndef __ardour_reverse_h__
 #define __ardour_reverse_h__
 
-#include <ardour/audiofilter.h>
+#include "ardour/filter.h"
 
 namespace ARDOUR {
 
-class Reverse : public AudioFilter {
+class Reverse : public Filter {
   public:
        Reverse (ARDOUR::Session&);
        ~Reverse ();
 
-       int run (boost::shared_ptr<ARDOUR::AudioRegion>);
+       int run (boost::shared_ptr<ARDOUR::Region>);
 };
 
 } /* namespace */