Move m_display construction to the constructor
We will always create one, this resolves potential to call a getter on a null object. Requires some code shuffling.
Please register or sign in to comment
We will always create one, this resolves potential to call a getter on a null object. Requires some code shuffling.