mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix return value
This commit is contained in:
parent
57118c2370
commit
3188fe00aa
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ class CoreAudioBackend : public AudioBackend, public PortEngineSharedImpl {
|
||||||
return *it;
|
return *it;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return NULL;
|
return BackendPortPtr();
|
||||||
}
|
}
|
||||||
|
|
||||||
BackendPort* port_factory (std::string const & name, ARDOUR::DataType type, ARDOUR::PortFlags);
|
BackendPort* port_factory (std::string const & name, ARDOUR::DataType type, ARDOUR::PortFlags);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue