]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index f5bb350a01df4d788336f94824462f4d886d1479..730185f919de386c6e49bc7d9010e8ea9b65d5e1 100644 (file)
@@ -76,6 +76,7 @@ void InsetMathBoldSymbol::validate(LaTeXFeatures & features) const
 
 void InsetMathBoldSymbol::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        switch (kind_) {
        case AMS_BOLD:
                os << "\\boldsymbol{" << cell(0) << "}";