X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a96d2f45fec76a2d0da1c0c7672b62c19280f43..7b9da2077d0975db6c965a85c91d5aca671ab5e3:/src/common/datstrm.cpp diff --git a/src/common/datstrm.cpp b/src/common/datstrm.cpp index 5112d93f6b..befc354784 100644 --- a/src/common/datstrm.cpp +++ b/src/common/datstrm.cpp @@ -161,7 +161,7 @@ wxDataInputStream& wxDataInputStream::operator>>(float& f) // --------------------------------------------------------------------------- wxDataOutputStream::wxDataOutputStream(wxOutputStream& s) - : m_output(&s) + : m_output(&s), m_be_order(FALSE) { }