]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
Fix #10871 compiler warnings.
[lyx.git] / src / mathed / InsetMathKern.h
index 902f19e1f3c9ebf1211986f447b8aaa97e5e91d6..e985ad4dc3bc1e2515fbca76dfaa6ec1ce7b8101 100644 (file)
@@ -39,6 +39,12 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
+       void mathmlize(MathStream &) const { }
+       ///
+       void htmlize(HtmlStream &) const { }
+       ///
+       void infoize2(odocstream & os) const;
+       ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }
 
 private: