]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCommand.cpp
nullptr
[lyx.git] / src / mathed / InsetMathCommand.cpp
index deac6c3711e4fa193dce8279d12295b621a5c519..acde02adaa99ea735ccf273b469e603041413e99 100644 (file)
@@ -59,7 +59,7 @@ void InsetMathCommand::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathCommand::write(WriteStream & os) const
+void InsetMathCommand::write(TeXMathStream & os) const
 {
        ModeSpecifier specifier(os, currentMode(), lockedMode(), asciiOnly());
        MathEnsurer ensurer(os, needs_math_mode_);