]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / mathed / InsetMathDelim.h
index de7f11442b0f7962728f2165054a51831c30abd1..cbea8ec01c10552af748430f6c6c7ae4e92628a7 100644 (file)
@@ -24,9 +24,10 @@ namespace lyx {
 class InsetMathDelim : public InsetMathNest {
 public:
        ///
-       InsetMathDelim(docstring const & left, docstring const & right);
+       InsetMathDelim(Buffer * buf, docstring const & left, docstring const & right);
        ///
-       InsetMathDelim(docstring const & left, docstring const & right, MathData const &);
+       InsetMathDelim(Buffer * buf, docstring const & left, docstring const & right,
+               MathData const &);
        ///
        InsetMathDelim * asDelimInset() { return this; }
        ///
@@ -57,6 +58,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_DELIM_CODE; }