Fix IComponent::getBusCount()

This commit is contained in:
Robbert van der Helm
2020-12-14 18:02:51 +01:00
parent 0f59d6429d
commit e282f8c572
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ class YaComponent : public Steinberg::Vst::IComponent,
* the Wine plugin host.
*/
struct GetBusCount {
using Response = UniversalTResult;
using Response = PrimitiveWrapper<int32>;
native_size_t instance_id;