summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/internal_send.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-23 20:44:42 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-23 20:44:42 +0000
commit94cdb91ec6957cc498c850f911b58b8e5d66d54e (patch)
tree0740270eb7171f6fc8bc5837dff5ee2b99f106b8 /libs/ardour/ardour/internal_send.h
parent3c04482a263fab9b06cbd72750a06c43442d5fd7 (diff)
Prevent Send::set_state being called twice when constructing InternalSends, thereby eliminating a warning about send ID.
git-svn-id: svn://localhost/ardour2/branches/3.0@6160 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/internal_send.h')
-rw-r--r--libs/ardour/ardour/internal_send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h
index 3b069af194..245a136dc8 100644
--- a/libs/ardour/ardour/internal_send.h
+++ b/libs/ardour/ardour/internal_send.h
@@ -57,6 +57,7 @@ class InternalSend : public Send
void send_to_going_away ();
int connect_when_legal ();
+ int set_our_state (XMLNode const &, int);
};
} // namespace ARDOUR