Rename maybe_resize_editor() to resize_editor()

This commit is contained in:
Robbert van der Helm
2022-10-09 14:22:49 +02:00
parent 4df2b389a0
commit 04e03840e0
6 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ class Vst3Bridge : public HostBridge {
* the new size. This is called from `IPlugFrame::resizeView()` to make sure
* we do the resize before the request gets sent to the host.
*/
bool maybe_resize_editor(size_t instance_id,
bool resize_editor(size_t instance_id,
const Steinberg::ViewRect& new_size);
/**