]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index 7b6932b8de425e66582f669dfbcbe73f9574c7fb..ba20aab80789fa0170a270c96b8f2ee0c97012b9 100644 (file)
@@ -90,7 +90,7 @@ void InsetMathBoldSymbol::validate(LaTeXFeatures & features) const
 }
 
 
-void InsetMathBoldSymbol::write(WriteStream & os) const
+void InsetMathBoldSymbol::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        switch (kind_) {