Skip to content

Commit

Permalink
macOS/iOS: Fixed an issue creating native FileChoosers
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoole committed Nov 29, 2022
1 parent 965d0ca commit 3d81834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ - (void) becomeKeyWindow;

//==============================================================================
class UIViewComponentPeer : public ComponentPeer,
private UIViewPeerControllerReceiver
public UIViewPeerControllerReceiver
{
public:
UIViewComponentPeer (Component&, int windowStyleFlags, UIView* viewToAttachTo);
Expand Down

0 comments on commit 3d81834

Please sign in to comment.