]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathStream.cpp
Only set buffer if it is not null.
[lyx.git] / src / mathed / MathStream.cpp
index 2f25ce6c95d0a28e556121cfeae84f05c710a6ba..588e219157efaa03093f2f60cb18a6c77c0a4e01 100644 (file)
@@ -126,11 +126,8 @@ WriteStream & operator<<(WriteStream & ws, docstring const & s)
 
 WriteStream::WriteStream(otexrowstream & os, bool fragile, bool latex,
                                                 OutputType output, Encoding const * encoding)
-       : os_(os), fragile_(fragile), firstitem_(false), latex_(latex),
-         output_(output), pendingspace_(false), pendingbrace_(false),
-         textmode_(false), locked_(false), ascii_(false), canbreakline_(true),
-         mathsout_(false), ulemcmd_(NONE), line_(0), encoding_(encoding),
-         row_entry_(TexRow::row_none), mathclass_(false)
+       : os_(os), fragile_(fragile), latex_(latex),
+         output_(output), encoding_(encoding)
 {}