summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-13 10:50:22 +0100
committerRobin Gareus <robin@gareus.org>2014-01-13 10:50:22 +0100
commitd9cf6880b6d65665a55aed212503de0820db6f40 (patch)
tree05e4e34a1e1b8a47c89571b98632c90739ad2f39 /libs/ardour/ardour/send.h
parent0559c1babb7d2fe0f884f8639df7a7b265ed6bad (diff)
fix output metering for Sends (Aux and External)
Diffstat (limited to 'libs/ardour/ardour/send.h')
-rw-r--r--libs/ardour/ardour/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h
index 1a21d1d050..118110f05a 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -77,6 +77,7 @@ class Send : public Delivery
private:
/* disallow copy construction */
Send (const Send&);
+ void panshell_changed ();
int set_state_2X (XMLNode const &, int);