Add stubs for IAutomationState

This commit is contained in:
Robbert van der Helm
2021-01-10 23:30:36 +01:00
parent ba983be99f
commit cfa1aff1bf
5 changed files with 21 additions and 1 deletions
@@ -64,7 +64,7 @@ class YaAutomationState : public Steinberg::Vst::IAutomationState {
inline bool supported() const { return arguments.supported; }
virtual tresult PLUGIN_API setAutomationState(int32 state) = 0;
virtual tresult PLUGIN_API setAutomationState(int32 state) override = 0;
protected:
ConstructArgs arguments;