]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathSize.h
index 714ae97fb95b710e24b4b313dd970a013be0d0c9..f3d8f8d37a6acb74991534c03ab2879a60abebb8 100644 (file)
@@ -40,6 +40,12 @@ public:
        ///
        void infoize(odocstream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
+       void validate(LaTeXFeatures &) const;
+       ///
        InsetCode lyxCode() const { return MATH_SIZE_CODE; }
 
 private: