summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.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/route.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/route.h')
-rw-r--r--libs/ardour/ardour/route.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index c4ea180954..b49cb77788 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -477,8 +477,7 @@ class Route : public SessionObject, public Automatable, public RouteGroupMember,
int configure_processors_unlocked (ProcessorStreams*);
- bool add_processor_from_xml (const XMLNode&, ProcessorList::iterator iter);
- bool add_processor_from_xml_2X (const XMLNode&, int, ProcessorList::iterator iter);
+ bool add_processor_from_xml_2X (const XMLNode&, int);
void placement_range (Placement p, ProcessorList::iterator& start, ProcessorList::iterator& end);