]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.cpp
nullptr
[lyx.git] / src / mathed / InsetMathPhantom.cpp
index 583e9f0b899ea7773a9db9cba8f645337e662062..ed9cfd8cc903b270c4c0c4e3eefe4ad61fcec810 100644 (file)
@@ -249,7 +249,7 @@ void InsetMathPhantom::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathPhantom::write(WriteStream & os) const
+void InsetMathPhantom::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        if (os.fragile())
@@ -378,8 +378,8 @@ void InsetMathPhantom::validate(LaTeXFeatures & features) const
 }
 
 
-bool InsetMathPhantom::visibleContents() const 
-{ 
+bool InsetMathPhantom::visibleContents() const
+{
        return kind_ == phantom || kind_ == vphantom || kind_ == hphantom;
 }