1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

macOS/iOS: Fixed an issue creating native FileChoosers

This commit is contained in:
Tom Poole 2022-08-30 11:30:53 +01:00
parent 965d0ca4be
commit 3d81834a30

View file

@ -351,7 +351,7 @@ struct UIViewPeerControllerReceiver
//==============================================================================
class UIViewComponentPeer : public ComponentPeer,
private UIViewPeerControllerReceiver
public UIViewPeerControllerReceiver
{
public:
UIViewComponentPeer (Component&, int windowStyleFlags, UIView* viewToAttachTo);