mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
iOS Windowing: Avoid private selector warnings
This commit is contained in:
parent
0889588ae4
commit
793df5dd3d
1 changed files with 2 additions and 2 deletions
|
|
@ -852,8 +852,8 @@ static BorderSize<int> getSafeAreaInsets (float masterScale)
|
|||
void Displays::findDisplays (float masterScale)
|
||||
{
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wundeclared-selector")
|
||||
static const auto keyboardShownSelector = @selector (keyboardShown:);
|
||||
static const auto keyboardHiddenSelector = @selector (keyboardHidden:);
|
||||
static const auto keyboardShownSelector = @selector (juceKeyboardShown:);
|
||||
static const auto keyboardHiddenSelector = @selector (juceKeyboardHidden:);
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
class OnScreenKeyboardChangeDetectorImpl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue