diff --git a/src/common/serialization/vst3/plug-view/plug-view.h b/src/common/serialization/vst3/plug-view/plug-view.h index 6ace7f7c..1cd663c4 100644 --- a/src/common/serialization/vst3/plug-view/plug-view.h +++ b/src/common/serialization/vst3/plug-view/plug-view.h @@ -323,6 +323,8 @@ class YaPlugView : public Steinberg::IPlugView { /** * Message to pass through a call to `IPlugView::checkSizeConstraint(rect)` * to the Wine plugin host. + * + * TODO: This should also return the updated ViewRect */ struct CheckSizeConstraint { using Response = UniversalTResult;