1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +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 988d65e24f
commit 4418376335

View file

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