]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.C
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_inset.C
index 2f1cbe3d6b082426374379d4be0fea3a510ccb35..6ed6a784e5d2dc1a607a6eec3d890e864a673c1a 100644 (file)
@@ -68,7 +68,7 @@ void MathInset::drawT(TextPainter &, int, int) const
 void MathInset::write(WriteStream & os) const
 {
        string const s = name();
-       os << '\\' << s.c_str();S
+       os << '\\' << s.c_str();
        // We need an extra ' ' unless this is a single-char-non-ASCII name
        // or anything non-ASCII follows
        if (s.size() != 1 || isalpha(s[0]))