summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-14 17:28:01 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-14 17:28:01 +0000
commit50d7d196146769a42fb7261b8f1bb81cc1dec17a (patch)
tree1bfbdf8f469d40c6572cb7b97a32857fd99694e5 /libs/ardour/ardour/send.h
parente9fde9baa7cc62a2c2132435c850452097458920 (diff)
Fix send copying by paste and drag n drop.
git-svn-id: svn://localhost/ardour2/branches/3.0@4550 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 497027866b..b65675dc2c 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -62,6 +62,7 @@ class Send : public IOProcessor
bool configure_io (ChanCount in, ChanCount out);
static uint32_t how_many_sends();
+ static void make_unique (XMLNode &, Session &);
private:
bool _metering;