mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
conform to new CP API
This commit is contained in:
parent
91e2b5f88a
commit
e9c47051f7
1 changed files with 1 additions and 3 deletions
|
|
@ -50,9 +50,7 @@ using namespace PBD;
|
||||||
XMLNode&
|
XMLNode&
|
||||||
TranzportControlProtocol::get_state ()
|
TranzportControlProtocol::get_state ()
|
||||||
{
|
{
|
||||||
XMLNode* node = new XMLNode (X_("Protocol"));
|
return ControlProtocol::get_state();
|
||||||
node->add_property (X_("name"), _name);
|
|
||||||
return *node;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue