]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
Do some caching of window title and related UI
[lyx.git] / src / mathed / InsetMathKern.h
index 071628815296420ca3d0209dcb38e2decbc6a052..b063e06d5b1dd3129578653e73edd38fb46db227 100644 (file)
@@ -39,7 +39,9 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
-       void mathmlize(MathStream &) const { return; }
+       void mathmlize(MathStream &) const { }
+       ///
+       void htmlize(HtmlStream &) const { }
        ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }