mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
iOS AppDelegate: Tidy up constructor of keyboard-tracking DelegateClass
This commit is contained in:
parent
a7a20747f0
commit
22fa992187
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ void Displays::findDisplays (const Desktop& desktop)
|
|||
private:
|
||||
struct DelegateClass final : public ObjCClass<NSObject>
|
||||
{
|
||||
DelegateClass() : ObjCClass<NSObject> ("JUCEOnScreenKeyboardObserver_")
|
||||
DelegateClass() : ObjCClass ("JUCEOnScreenKeyboardObserver_")
|
||||
{
|
||||
addIvar<OnScreenKeyboardChangeDetectorImpl*> ("owner");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue