summaryrefslogtreecommitdiff
path: root/libs/panners/1in2out/panner_1in2out.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-16 16:18:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:42 -0400
commit534b2de35bc3c2d0c0d95275a08a5a5870d618c2 (patch)
tree235ef83cd74043ed8d34fc32e3b5e7082dfe52f3 /libs/panners/1in2out/panner_1in2out.h
parent8346fab567df898340c2a0f16645256d05aad282 (diff)
Add PanControllable::get_user_string() (provide indirect access to Panner::value_as_string(); make ::get_user_string() use a const arg everywhere
Diffstat (limited to 'libs/panners/1in2out/panner_1in2out.h')
-rw-r--r--libs/panners/1in2out/panner_1in2out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/panners/1in2out/panner_1in2out.h b/libs/panners/1in2out/panner_1in2out.h
index 912072096b..06d68a706f 100644
--- a/libs/panners/1in2out/panner_1in2out.h
+++ b/libs/panners/1in2out/panner_1in2out.h
@@ -56,7 +56,7 @@ class Panner1in2out : public Panner
static Panner* factory (boost::shared_ptr<Pannable>, boost::shared_ptr<Speakers>);
std::string describe_parameter (Evoral::Parameter);
- std::string value_as_string (boost::shared_ptr<AutomationControl>) const;
+ std::string value_as_string (boost::shared_ptr<const AutomationControl>) const;
XMLNode& get_state ();