diff --git a/src/mathed/math_mathmlstream.C b/src/mathed/math_mathmlstream.C index bf12913e0b..1f3319ba1a 100644 --- a/src/mathed/math_mathmlstream.C +++ b/src/mathed/math_mathmlstream.C @@ -186,12 +186,12 @@ NormalStream & operator<<(NormalStream & ns, char c) WriteStream::WriteStream(std::ostream & os, bool fragile) - : os_(os), fragile_(fragile), line_(0) + : os_(os), fragile_(fragile), firstitem_(false), line_(0) {} WriteStream::WriteStream(std::ostream & os) - : os_(os), fragile_(false), line_(0) + : os_(os), fragile_(false), firstitem_(false), line_(0) {}