summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-03 15:34:09 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-03 15:34:09 +0000
commit5b90aab4d8837316fc5835083999747c56f24d58 (patch)
treed631d6591ade721f57f32c567a1f1529af8114fe /libs/ardour/ardour/send.h
parent8778724701ac14ebb02fe46dd3dc71eef38b636a (diff)
Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes #3433.
git-svn-id: svn://localhost/ardour2/branches/3.0@7739 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/send.h')
-rw-r--r--libs/ardour/ardour/send.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h
index af806b3c1f..29b6dcbf64 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -77,6 +77,8 @@ class Send : public Delivery
/* disallow copy construction */
Send (const Send&);
+ int set_state_2X (XMLNode const &, int);
+
uint32_t _bitslot;
};