]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathKern.cpp
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / InsetMathKern.cpp
index 7f990f996842ff99068b19794feb5d72186a6695..fddecfe58e27c7cc19b905b8b1c8d674e74149df 100644 (file)
@@ -73,4 +73,10 @@ void InsetMathKern::normalize(NormalStream & os) const
 }
 
 
+docstring InsetMathKern::mathmlize(MathStream &) const
+{
+       return docstring();
+}
+
+
 } // namespace lyx