]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathSymbol.cpp
index 52d6eee85855ccb41e155d7f252fc1b69071660c..b152388ee075d963299100fdc8ba5d3613ed0a04 100644 (file)
@@ -206,6 +206,7 @@ void InsetMathSymbol::octave(OctaveStream & os) const
 
 void InsetMathSymbol::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << '\\' << name();
 
        // $,#, etc. In theory the restriction based on catcodes, but then