]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathString.cpp
Do not allow pasting backslashes in macro names
[features.git] / src / mathed / InsetMathString.cpp
index 8aac4f38a8d4f723fa569391887d0fde7decb190..2a80e546bef03b5ce4ebee44e3ada37d06187c5a 100644 (file)
@@ -94,14 +94,14 @@ void InsetMathString::octave(OctaveStream & os) const
 }
 
 
-void InsetMathString::mathmlize(MathStream &) const
+void InsetMathString::mathmlize(MathMLStream &) const
 {
        // useless, no doubt, but we should not be here
        LATTEST(false);
 }
 
 
-void InsetMathString::write(WriteStream & os) const
+void InsetMathString::write(TeXMathStream & os) const
 {
        writeString(str_, os);
 }