diff --git a/user/wxLayout/wxllist.h b/user/wxLayout/wxllist.h index d758f75a01..03e302cd6c 100644 --- a/user/wxLayout/wxllist.h +++ b/user/wxLayout/wxllist.h @@ -887,10 +887,10 @@ private: /// A structure for the selection. struct Selection { + Selection() { m_valid = false; m_selecting = false; } bool m_valid; bool m_selecting; wxPoint m_CursorA, m_CursorB; - Selection() { m_valid = false; m_selecting = true; } } m_Selection; /** @name Font parameters. */ //@{