mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
Fix Windows builds (amend 94a4f6b35)
This commit is contained in:
parent
2b2021d5e0
commit
d97ccc6737
1 changed files with 1 additions and 1 deletions
|
|
@ -1955,7 +1955,7 @@ PortMidiEvent::PortMidiEvent (const PortMidiEvent& other)
|
|||
|
||||
XMLNode*
|
||||
PortAudioBackend::get_state () const {
|
||||
XMLNode& node = PortEngineSharedImpl::get_state ();
|
||||
XMLNode* node = PortEngineSharedImpl::get_state ();
|
||||
node.set_property ("backend", name ());
|
||||
node.set_property ("driver", driver_name ());
|
||||
node.set_property ("input-device", input_device_name ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue