1
0
Fork 0
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:
reuk 2025-10-30 19:39:55 +00:00
parent a7a20747f0
commit 22fa992187
No known key found for this signature in database

View file

@ -744,7 +744,7 @@ void Displays::findDisplays (const Desktop& desktop)
private: private:
struct DelegateClass final : public ObjCClass<NSObject> struct DelegateClass final : public ObjCClass<NSObject>
{ {
DelegateClass() : ObjCClass<NSObject> ("JUCEOnScreenKeyboardObserver_") DelegateClass() : ObjCClass ("JUCEOnScreenKeyboardObserver_")
{ {
addIvar<OnScreenKeyboardChangeDetectorImpl*> ("owner"); addIvar<OnScreenKeyboardChangeDetectorImpl*> ("owner");