]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Do some caching of window title and related UI
[lyx.git] / src / mathed / InsetMathUnderset.h
index 0f298e1f73f40f32faef044a96d8f2a507e7e821..239a576aebb06d6d4b909a4553dbe4119621e8b9 100644 (file)
@@ -38,6 +38,10 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_UNDERSET_CODE; }