From da144ab5edb5bb629a8300c2cbf93c7f87947a83 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Feb 2011 16:43:55 +0000 Subject: more progress on speakers/vbap etc. etc (still a work in progress) git-svn-id: svn://localhost/ardour2/branches/3.0@8887 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/panners/2in2out/panner_2in2out.cc | 2 +- libs/panners/2in2out/panner_2in2out.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/panners/2in2out') diff --git a/libs/panners/2in2out/panner_2in2out.cc b/libs/panners/2in2out/panner_2in2out.cc index 8667fd5f54..df859a1eff 100644 --- a/libs/panners/2in2out/panner_2in2out.cc +++ b/libs/panners/2in2out/panner_2in2out.cc @@ -426,7 +426,7 @@ Panner2in2out::distribute_one_automated (AudioBuffer& srcbuf, BufferSet& obufs, } Panner* -Panner2in2out::factory (boost::shared_ptr p, Speakers& /* ignored */) +Panner2in2out::factory (boost::shared_ptr p, boost::shared_ptr /* ignored */) { return new Panner2in2out (p); } diff --git a/libs/panners/2in2out/panner_2in2out.h b/libs/panners/2in2out/panner_2in2out.h index 2014bb032e..b9b9a73dfb 100644 --- a/libs/panners/2in2out/panner_2in2out.h +++ b/libs/panners/2in2out/panner_2in2out.h @@ -57,7 +57,7 @@ class Panner2in2out : public Panner std::set what_can_be_automated() const; - static Panner* factory (boost::shared_ptr, Speakers&); + static Panner* factory (boost::shared_ptr, boost::shared_ptr); std::string describe_parameter (Evoral::Parameter); std::string value_as_string (boost::shared_ptr) const; -- cgit v1.2.3