Log calls to unimplemented functions

This commit is contained in:
Robbert van der Helm
2020-12-13 16:01:20 +01:00
parent 32c1028736
commit 3f3759e5fc
2 changed files with 8 additions and 0 deletions
@@ -43,5 +43,6 @@ YaHostApplicationHostImpl::createInstance(Steinberg::TUID cid,
Steinberg::TUID _iid,
void** obj) {
// TODO: Implement
std::cerr << "TODO: IHostApplication::createInstance()" << std::endl;
return Steinberg::kNotImplemented;
}