]> 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 d38a15e19c4302fb460d3aed196979c050fac258..2a80e546bef03b5ce4ebee44e3ada37d06187c5a 100644 (file)
@@ -18,6 +18,7 @@
 #include "MathSupport.h"
 
 #include "Encoding.h"
+#include "MetricsInfo.h"
 
 #include "support/debug.h"
 #include "support/gettext.h"
@@ -93,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);
 }