X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Freverse.h;h=edc72ce707f53828ac1e863c188e5c9b0c3e4295;hb=2a6dcddcc513fa3ebc1aad4b2e5fede62277aba5;hp=3296c77c6219a3f62963171aeb0f0b575ca05a69;hpb=6edccc3070b813157ffcd4014ec8dd7fa6ed9ce7;p=ardour.git diff --git a/libs/ardour/ardour/reverse.h b/libs/ardour/ardour/reverse.h index 3296c77c62..edc72ce707 100644 --- a/libs/ardour/ardour/reverse.h +++ b/libs/ardour/ardour/reverse.h @@ -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,16 +20,16 @@ #ifndef __ardour_reverse_h__ #define __ardour_reverse_h__ -#include +#include "ardour/filter.h" namespace ARDOUR { -class Reverse : public AudioFilter { +class Reverse : public Filter { public: Reverse (ARDOUR::Session&); ~Reverse (); - int run (boost::shared_ptr); + int run (boost::shared_ptr, Progress *); }; } /* namespace */