Use a getter for a proxy object's instance ID

We also need this to get some random other object's instance ID, so
might as well use it everywhere.
This commit is contained in:
Robbert van der Helm
2020-12-18 14:20:28 +01:00
parent cfa4849467
commit 74f21f12a5
3 changed files with 39 additions and 43 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ class Vst3PluginProxy : public YaAudioProcessor,
}
};
protected:
private:
ConstructArgs arguments;
};