diff --git a/examples/PlugInSamples/InterAppAudioEffect/Source/IAAEffectEditor.h b/examples/PlugInSamples/InterAppAudioEffect/Source/IAAEffectEditor.h index f27820d83d..c2fffcebef 100644 --- a/examples/PlugInSamples/InterAppAudioEffect/Source/IAAEffectEditor.h +++ b/examples/PlugInSamples/InterAppAudioEffect/Source/IAAEffectEditor.h @@ -263,7 +263,8 @@ private: { switchToHostButtonLabel.setVisible (visible); switchToHostButton.setVisible (visible); - if (visible) { + if (visible) + { auto icon = hostType.getHostIcon (buttonSize); switchToHostButton.setImages(false, true, true, icon, 1.0, Colours::transparentBlack, @@ -289,7 +290,6 @@ private: ImageButton switchToHostButton; Label transportText, switchToHostButtonLabel; - Image hostImage; AudioPlayHead::CurrentPositionInfo lastPosInfo;