]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathFrac.h
index 36e7ba363b808cb07320a83195f90bba360c1f1d..5030730647db540a4f0047f8d875be434c0934ff 100644 (file)
@@ -84,6 +84,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
 public:
        Inset * clone() const;
@@ -123,6 +125,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_FRAC_CODE; }