mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Really fix windows builds (amend previous commit)
This commit is contained in:
parent
d97ccc6737
commit
4ef4288b2a
1 changed files with 4 additions and 4 deletions
|
|
@ -1956,10 +1956,10 @@ PortMidiEvent::PortMidiEvent (const PortMidiEvent& other)
|
||||||
XMLNode*
|
XMLNode*
|
||||||
PortAudioBackend::get_state () const {
|
PortAudioBackend::get_state () const {
|
||||||
XMLNode* node = PortEngineSharedImpl::get_state ();
|
XMLNode* node = PortEngineSharedImpl::get_state ();
|
||||||
node.set_property ("backend", name ());
|
node->set_property ("backend", name ());
|
||||||
node.set_property ("driver", driver_name ());
|
node->set_property ("driver", driver_name ());
|
||||||
node.set_property ("input-device", input_device_name ());
|
node->set_property ("input-device", input_device_name ());
|
||||||
node.set_property ("output-device", output_device_name ());
|
node->set_property ("output-device", output_device_name ());
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue