Skip to content

Use strong references to window

Bkg2k requested to merge window-references into master

Window object is mandatory and cannot be null. Pointer syntax (Window*) should be replaced by reference syntax (Window&) to make the object read-only and make initialization in constructors mandatory.

Merge request reports