Fix -Wclass-memaccess warning from previous change

This commit is contained in:
Paul Cornett
2019-11-28 09:12:48 -08:00
parent 9c5ec2f959
commit 632363775d

View File

@@ -309,7 +309,7 @@ bool wxMiniFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title
gtk_window_set_default_size(GTK_WINDOW(m_widget), m_width, m_height);
// Reset m_decorSize, wxMiniFrame manages its own decorations
memset(&m_decorSize, 0, sizeof(m_decorSize));
m_decorSize = DecorSize();
m_deferShow = false;
if (m_parent && (GTK_IS_WINDOW(m_parent->m_widget)))