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:
parent
965d0ca4be
commit
3d81834a30
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ struct UIViewPeerControllerReceiver
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
class UIViewComponentPeer : public ComponentPeer,
|
class UIViewComponentPeer : public ComponentPeer,
|
||||||
private UIViewPeerControllerReceiver
|
public UIViewPeerControllerReceiver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
UIViewComponentPeer (Component&, int windowStyleFlags, UIView* viewToAttachTo);
|
UIViewComponentPeer (Component&, int windowStyleFlags, UIView* viewToAttachTo);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue