]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathUnderset.cpp
index 2c38e3065f2a2f5d054f0fbfacc870d5c796ffe8..970f82456b79d7d89a342ae55c3ca7799d9da7f0 100644 (file)
@@ -77,7 +77,7 @@ bool InsetMathUnderset::idxLast(Cursor & cur) const
 }
 
 
-void InsetMathUnderset::write(WriteStream & os) const
+void InsetMathUnderset::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        if (os.fragile())
@@ -92,7 +92,7 @@ void InsetMathUnderset::normalize(NormalStream & os) const
 }
 
 
-void InsetMathUnderset::mathmlize(MathStream & ms) const
+void InsetMathUnderset::mathmlize(MathMLStream & ms) const
 {
        ms << "<" << from_ascii(ms.namespacedTag("munder")) << " accent='false'>"
           << cell(0) << cell(1)