diff --git a/src/GUI/Dialogs/AboutDialog.cpp b/src/GUI/Dialogs/AboutDialog.cpp index fb6d2798e..84211d62d 100644 --- a/src/GUI/Dialogs/AboutDialog.cpp +++ b/src/GUI/Dialogs/AboutDialog.cpp @@ -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()};