mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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.
|
* plugin host.
|
||||||
*/
|
*/
|
||||||
struct GetUnitCount {
|
struct GetUnitCount {
|
||||||
using Response = UniversalTResult;
|
using Response = PrimitiveWrapper<int32>;
|
||||||
|
|
||||||
native_size_t instance_id;
|
native_size_t instance_id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user