mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Use XMLNode::set_property API in ARDOUR::SMFSource class
This commit is contained in:
parent
e6eab345a1
commit
baf0cf9393
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ XMLNode&
|
||||||
SMFSource::get_state ()
|
SMFSource::get_state ()
|
||||||
{
|
{
|
||||||
XMLNode& node = MidiSource::get_state();
|
XMLNode& node = MidiSource::get_state();
|
||||||
node.add_property (X_("origin"), _origin);
|
node.set_property (X_("origin"), _origin);
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue