fix return value
This commit is contained in:
parent
57118c2370
commit
3188fe00aa
@ -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…
Reference in New Issue
Block a user