X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathChar.h;h=65fac82fffb04c5067ebec2c0d4beb7f9e793068;hb=89342f2946abd5d01b019a729d1f160b0c9d3d50;hp=ccfe0b4978d03ac9bf636a52f454ffb3695e2f45;hpb=93593f8c154ff25328f1f25d42d0235f32400f00;p=lyx.git diff --git a/src/mathed/InsetMathChar.h b/src/mathed/InsetMathChar.h index ccfe0b4978..65fac82fff 100644 --- a/src/mathed/InsetMathChar.h +++ b/src/mathed/InsetMathChar.h @@ -42,12 +42,16 @@ public: void octave(OctaveStream & os) const; /// void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// identifies Charinsets InsetMathChar const * asCharInset() const { return this; } /// char_type getChar() const { return char_; } /// bool isRelOp() const; + /// + InsetCode lyxCode() const { return MATH_CHAR_CODE; } private: virtual Inset * clone() const;