diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp index 9450817902..81bd5a220e 100644 --- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp @@ -1368,7 +1368,7 @@ public: return { (int16) roundToInt (rect.top * desktopScale), (int16) roundToInt (rect.left * desktopScale), (int16) roundToInt (rect.bottom * desktopScale), - (int16) roundToInt (rect.right * desktopScale)}; + (int16) roundToInt (rect.right * desktopScale) }; } //==============================================================================