mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
don't actually use a method from libardourcp inside libardour; use a PBD::Signal to avoid linker issues
This commit is contained in:
parent
38285d0e54
commit
7021d02782
4 changed files with 13 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue