]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_sizeinset.C
index 63f934e81a6f527181e24fd595b22b7f52815ce8..a4cba68316658184d46146929e31789cc302007d 100644 (file)
@@ -48,7 +48,7 @@ void MathSizeInset::write(WriteStream & os) const
 
 void MathSizeInset::normalize(NormalStream & os) const
 {
-       os << "[" << key_->name << ' ' << cell(0) << ']';
+       os << '[' << key_->name << ' ' << cell(0) << ']';
 }