]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
Better mechanism for setting cell height
[lyx.git] / src / mathed / InsetMathKern.h
index db701cf158160121a282222da1ef1f112056378b..e985ad4dc3bc1e2515fbca76dfaa6ec1ce7b8101 100644 (file)
@@ -39,7 +39,11 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const { }
+       ///
+       void htmlize(HtmlStream &) const { }
+       ///
+       void infoize2(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }