mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Fix the return type for IUnitInfo::getUnitCount
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user