Fix the return type for IUnitInfo::getUnitCount

This commit is contained in:
Robbert van der Helm
2020-12-26 22:07:12 +01:00
parent 5e832a2689
commit 999cf45d6a
@@ -67,7 +67,7 @@ class YaUnitInfo : public Steinberg::Vst::IUnitInfo {
* plugin host.
*/
struct GetUnitCount {
using Response = UniversalTResult;
using Response = PrimitiveWrapper<int32>;
native_size_t instance_id;