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:
parent
2e8ec2a757
commit
11c4e91fa5
1 changed files with 1 additions and 0 deletions
|
|
@ -1339,6 +1339,7 @@ public:
|
|||
|
||||
shouldResizeEditor = true;
|
||||
#else
|
||||
ignoreUnused (resizeEditor);
|
||||
XResizeWindow (display.display, (Window) getWindowHandle(), pos.getWidth(), pos.getHeight());
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue