1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

VST: Fixed an unused variable warning on Linux

This commit is contained in:
ed 2018-04-04 17:00:05 +01:00
parent 2e8ec2a757
commit 11c4e91fa5

View file

@ -1339,6 +1339,7 @@ public:
shouldResizeEditor = true;
#else
ignoreUnused (resizeEditor);
XResizeWindow (display.display, (Window) getWindowHandle(), pos.getWidth(), pos.getHeight());
#endif