Browse Source

Ensure field is initialized. (#17218)

pull/17223/head
Steven Kirk 1 year ago
committed by GitHub
parent
commit
cb4b69894a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      native/Avalonia.Native/src/OSX/WindowBaseImpl.h

2
native/Avalonia.Native/src/OSX/WindowBaseImpl.h

@ -109,7 +109,7 @@ protected:
bool _isModal;
public:
WindowBaseImpl* Parent;
WindowBaseImpl* Parent = nullptr;
NSWindow * Window;
ComPtr<IAvnWindowBaseEvents> BaseEvents;
};

Loading…
Cancel
Save