]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathCases.h
index 9ceac475ea237b822bbbeb2cd5423525ca03f4eb..f753f12166646e0a63c6eb40e02a0bddee47c837 100644 (file)
@@ -23,7 +23,7 @@ class LaTeXFeatures;
 class InsetMathCases : public InsetMathGrid {
 public:
        ///
-       explicit InsetMathCases(row_type rows = 1u);
+       explicit InsetMathCases(Buffer * buf, row_type rows = 1u);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -43,6 +43,10 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void write(WriteStream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;