gcc please don't treat that as an initializer list. :(

This commit is contained in:
Joseph Lenox 2018-05-13 21:30:04 -05:00 committed by Joseph Lenox
parent f3eceb72b0
commit 5d57024a45

View File

@ -87,7 +87,7 @@ void AboutDialogLogo::repaint(wxPaintEvent& event)
dc.SetBackgroundMode(wxPENSTYLE_TRANSPARENT);
const wxSize size {this->GetSize()};
const wxSize size = this->GetSize() ;
const auto logo_w {this->logo.GetWidth()};
const auto logo_h {this->logo.GetHeight()};