]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mathmlstream.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_mathmlstream.C
index 88495f63cf46e733ea2151adb75bc0ba8ac74a58..9f538ab799d20355821b370a6a4e178e2b5797d7 100644 (file)
@@ -30,6 +30,7 @@ namespace {
 
 }
 
+
 WriteStream::WriteStream(ostream & os, bool fragile, bool latex)
        : os_(os), fragile_(fragile), firstitem_(false), latex_(latex),
          pendingspace_(false), line_(0)