Browse Source

Ensure field is initialized. (#17218)

release/11.2.0-rc2
Steven Kirk 1 year ago
committed by Max Katz
parent
commit
782a313c6c
  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