diff --git a/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm b/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm index da8d94f823..0f5221c913 100644 --- a/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm +++ b/modules/juce_gui_basics/native/juce_UIViewComponentPeer_ios.mm @@ -820,7 +820,7 @@ MultiTouchMapper UIViewComponentPeer::currentTouches; [self touchesEnded: touches withEvent: event]; } -- (void) onHover: (UIHoverGestureRecognizer*) gesture +- (void) onHover: (UIHoverGestureRecognizer*) gesture API_AVAILABLE (ios (13)) { if (owner != nullptr) owner->onHover (gesture);