Add a TODO for a missing return value

This commit is contained in:
Robbert van der Helm
2020-12-30 14:18:42 +01:00
parent ed7ff3db4a
commit 8458ea041f
@@ -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;