]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
Try again to fix Kornel's slowness problem. The previous attempt was
[lyx.git] / src / mathed / InsetMathSize.h
index df90193572c5663908e0fabed809cdf468ecddcb..f3d8f8d37a6acb74991534c03ab2879a60abebb8 100644 (file)
@@ -42,6 +42,10 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
+       void validate(LaTeXFeatures &) const;
+       ///
        InsetCode lyxCode() const { return MATH_SIZE_CODE; }
 
 private: