]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathSubstack.h
index fbf5f756cc18f9669591bd69949488a9d2b31998..822b0aa4533427ec71dc22a9cd50cf3012a33478 100644 (file)
@@ -39,11 +39,15 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void normalize(NormalStream &) const;
        ///
        void maple(MapleStream &) const;
        ///
-       void validate(LaTeXFeatures & features) const;
+       void validate(LaTeXFeatures &) const;
        ///
        InsetCode lyxCode() const { return MATH_SUBSTACK_CODE; }