X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSubstack.h;h=bb3089b61a442944e4234677347863bdfdc01d8e;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=612187ae895a9c63f30684f657cd1a685a914eb4;hpb=6a702a2f99af4308973fb5b088db6edcc49fbe90;p=lyx.git diff --git a/src/mathed/InsetMathSubstack.h b/src/mathed/InsetMathSubstack.h index 612187ae89..bb3089b61a 100644 --- a/src/mathed/InsetMathSubstack.h +++ b/src/mathed/InsetMathSubstack.h @@ -23,7 +23,7 @@ namespace lyx { class InsetMathSubstack : public InsetMathGrid { public: /// - InsetMathSubstack(Buffer * buf); + explicit InsetMathSubstack(Buffer * buf); /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -39,6 +39,8 @@ public: /// void write(WriteStream & os) const; /// + void mathmlize(MathStream &) const; + /// void htmlize(HtmlStream &) const; /// void normalize(NormalStream &) const;