mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
conform to new CP API design
This commit is contained in:
parent
b0a10da783
commit
ea5fde0787
1 changed files with 1 additions and 3 deletions
|
|
@ -1921,9 +1921,7 @@ TranzportControlProtocol::print_noretry (int row, int col, const char *text)
|
|||
XMLNode&
|
||||
TranzportControlProtocol::get_state ()
|
||||
{
|
||||
XMLNode* node = new XMLNode (X_("Protocol"));
|
||||
node->add_property (X_("name"), _name);
|
||||
return *node;
|
||||
return ControlProtocol::get_state();
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue