]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.cpp
support for the LaTeX commands \x***arrow
[lyx.git] / src / mathed / InsetMathString.cpp
index 44aad43c805075d3176fa88d4fe670ba1e1222a0..53aba589899135ca2131cb21841f310af8c56422 100644 (file)
@@ -91,10 +91,10 @@ void InsetMathString::octave(OctaveStream & os) const
 }
 
 
-void InsetMathString::mathmlize(MathStream & /*os*/) const
+void InsetMathString::mathmlize(MathStream &) const
 {
        // useless, no doubt, but we should not be here
-       LASSERT(false, /* */);
+       LATTEST(false);
 }