]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.h
MathML for InsetMathBoldSymbol.
[lyx.git] / src / mathed / InsetMathBoldSymbol.h
index 77d27bc965cb95a26650afffd9c823c2b17eff8b..6189cefeab0cc0f912ab097255d5bfa20d2527b6 100644 (file)
@@ -17,7 +17,6 @@
 
 namespace lyx {
 
-
 /// Inset for AMSTeX's \boldsymbol
 class InsetMathBoldSymbol : public InsetMathNest {
 public:
@@ -43,6 +42,8 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_BOLDSYMBOL_CODE; }