]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathPhantom.cpp
index ef2ccbbb50b47944f6a7e8cc688bc88dcb4f7837..f070e5505350041ab7e5b6681593a0616cc148fa 100644 (file)
@@ -119,6 +119,7 @@ void InsetMathPhantom::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathPhantom::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        switch (kind_) {
        case phantom:
                os << "\\phantom{";