Make send automation work (#4734).

git-svn-id: svn://localhost/ardour2/branches/3.0@12650 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-11 10:42:30 +00:00
parent 8f371cd60d
commit c40437430a
13 changed files with 56 additions and 11 deletions

View file

@ -156,7 +156,7 @@ private:
PBD::ScopedConnection active_connection;
PBD::ScopedConnection name_connection;
class Control {
class Control : public sigc::trackable {
public:
Control (Glib::RefPtr<Gdk::Pixbuf>, Glib::RefPtr<Gdk::Pixbuf>, boost::shared_ptr<ARDOUR::AutomationControl>, std::string const &);