]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.cpp
nullptr
[lyx.git] / src / mathed / InsetMathFont.cpp
index 1de00464a7326641ee8b3cb6012de649c9f77df4..2a0cb997aa15636665d5df6b046e731b151c8eae 100644 (file)
@@ -62,7 +62,7 @@ bool InsetMathFont::lockedMode() const
 }
 
 
-void InsetMathFont::write(WriteStream & os) const
+void InsetMathFont::write(TeXMathStream & os) const
 {
        // Close the mode changing command inserted during export if
        // we are going to output another mode changing command that
@@ -191,7 +191,7 @@ void InsetMathFont::htmlize(HtmlStream & os) const
 
 
 // The fonts we want to support are listed in lib/symbols
-void InsetMathFont::mathmlize(MathStream & ms) const
+void InsetMathFont::mathmlize(MathMLStream & ms) const
 {
        // FIXME These are not quite right, because they do not nest
        // correctly. A proper fix would presumably involve tracking