1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow.

This commit is contained in:
Timur Doumler 2016-08-17 09:55:00 +01:00
parent 773c96399a
commit c7db4bb7f5

View file

@ -1874,6 +1874,8 @@ public:
pluginProc = None;
#elif JUCE_MAC
ignoreUnused (recursiveResize, pluginRefusesToResize, alreadyInside);
#if JUCE_SUPPORT_CARBON
if (! plug.usesCocoaNSView)
addAndMakeVisible (carbonWrapper = new CarbonWrapperComponent (*this));