Really fix windows builds (amend previous commit)
This commit is contained in:
@@ -1956,10 +1956,10 @@ PortMidiEvent::PortMidiEvent (const PortMidiEvent& other)
|
||||
XMLNode*
|
||||
PortAudioBackend::get_state () const {
|
||||
XMLNode* node = PortEngineSharedImpl::get_state ();
|
||||
node.set_property ("backend", name ());
|
||||
node.set_property ("driver", driver_name ());
|
||||
node.set_property ("input-device", input_device_name ());
|
||||
node.set_property ("output-device", output_device_name ());
|
||||
node->set_property ("backend", name ());
|
||||
node->set_property ("driver", driver_name ());
|
||||
node->set_property ("input-device", input_device_name ());
|
||||
node->set_property ("output-device", output_device_name ());
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user