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:
parent
773c96399a
commit
c7db4bb7f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue