mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to workaround bug in Glib
git-svn-id: svn://localhost/ardour2/branches/3.0@6329 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c38e02285f
commit
b8b55ef003
18 changed files with 183 additions and 214 deletions
|
|
@ -34,7 +34,7 @@ namespace ARDOUR {
|
|||
class Route;
|
||||
class Session;
|
||||
|
||||
class ControlProtocol : public sigc::trackable, public PBD::Stateful, public BasicUI {
|
||||
class ControlProtocol : virtual public sigc::trackable, public PBD::Stateful, public BasicUI {
|
||||
public:
|
||||
ControlProtocol (Session&, std::string name);
|
||||
virtual ~ControlProtocol();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue