From 3d81834a3069fe2e2a067c5660f4d16d90a0aefc Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Tue, 30 Aug 2022 11:30:53 +0100 Subject: [PATCH] macOS/iOS: Fixed an issue creating native FileChoosers --- modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm b/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm index 5336269156..5741f90e78 100644 --- a/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm +++ b/modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm @@ -351,7 +351,7 @@ struct UIViewPeerControllerReceiver //============================================================================== class UIViewComponentPeer : public ComponentPeer, - private UIViewPeerControllerReceiver + public UIViewPeerControllerReceiver { public: UIViewComponentPeer (Component&, int windowStyleFlags, UIView* viewToAttachTo);