don't actually use a method from libardourcp inside libardour; use a PBD::Signal to avoid linker issues

This commit is contained in:
Paul Davis 2017-05-12 17:49:09 +01:00
parent 38285d0e54
commit 7021d02782
4 changed files with 13 additions and 2 deletions

View file

@ -158,6 +158,8 @@ class LIBCONTROLCP_API ControlProtocol : public PBD::Stateful, public PBD::Scope
static boost::weak_ptr<ARDOUR::Stripable> _leftmost_mixer_stripable;
static boost::weak_ptr<ARDOUR::Stripable> _first_selected_stripable;
static StripableNotificationList _last_selected;
static PBD::ScopedConnection selection_connection;
static bool selection_connected;
};
extern "C" {