X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Frb_effect.h;h=1d36f31332fb602e74f0e02443412e43996fd441;hb=62d5585e34d410c9c5feb7cf7b4742360c2187b0;hp=bde04223357c567be9ce5f285562fd7f1ee0c388;hpb=bb457bb960c5bd7ed538f9d31477293415739f68;p=ardour.git diff --git a/libs/ardour/ardour/rb_effect.h b/libs/ardour/ardour/rb_effect.h index bde0422335..1d36f31332 100644 --- a/libs/ardour/ardour/rb_effect.h +++ b/libs/ardour/ardour/rb_effect.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2007 Paul Davis + Copyright (C) 2007 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,8 @@ #ifndef __ardour_rbeffect_h__ #define __ardour_rbeffect_h__ -#include +#include "ardour/filter.h" +#include "ardour/timefx_request.h" namespace ARDOUR { @@ -31,7 +32,7 @@ class RBEffect : public Filter { RBEffect (ARDOUR::Session&, TimeFXRequest&); ~RBEffect (); - int run (boost::shared_ptr); + int run (boost::shared_ptr, Progress* progress = 0); private: TimeFXRequest& tsr;