conform to new CP API
This commit is contained in:
parent
91e2b5f88a
commit
e9c47051f7
@ -50,9 +50,7 @@ using namespace PBD;
|
||||
XMLNode&
|
||||
TranzportControlProtocol::get_state ()
|
||||
{
|
||||
XMLNode* node = new XMLNode (X_("Protocol"));
|
||||
node->add_property (X_("name"), _name);
|
||||
return *node;
|
||||
return ControlProtocol::get_state();
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user