X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Freverse.h;h=4c24a7c1cb07e23edce669115ba7935b65d0ea0f;hb=11a68f7dd38e72c3e497569a60cb0740a33b78cf;hp=7870b5aa2e2d9298199d7d3b8f436be814f4c30e;hpb=449aab3c465bbbf66d221fac3d7ea559f1720357;p=ardour.git diff --git a/libs/ardour/ardour/reverse.h b/libs/ardour/ardour/reverse.h index 7870b5aa2e..4c24a7c1cb 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 Filter { +class LIBARDOUR_API Reverse : public Filter { public: Reverse (ARDOUR::Session&); ~Reverse (); - int run (boost::shared_ptr); + int run (boost::shared_ptr, Progress *); }; } /* namespace */