]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Substack support for XHTML.
[lyx.git] / src / mathed / InsetMathComment.h
index 8699cedbbad5bdeb99baaec796a7bd4a44e22caf..fa33c630914ec1ff251cf02dbfabfb8126eb6bbe 100644 (file)
@@ -23,9 +23,9 @@ class latexkeys;
 class InsetMathComment : public InsetMathNest {
 public:
        ///
-       InsetMathComment();
+       InsetMathComment(Buffer * buf);
        ///
-       explicit InsetMathComment(docstring const &);
+       explicit InsetMathComment(Buffer * buf, docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -40,12 +40,14 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
-       void mathematica(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const {}
        ///
-       void octave(OctaveStream &) const;
+       void octave(OctaveStream &) const {}
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_COMMENT_CODE; }