]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathBoldSymbol.C
index 6e747138707ca4e00e46c3aafbae11594b8a449d..402648983d00992b9eb124e5cdb1cf4252b3e05d 100644 (file)
 #include <config.h>
 
 #include "InsetMathBoldSymbol.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathData.h"
 #include "LaTeXFeatures.h"
 #include "support/std_ostream.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 
 
@@ -74,7 +77,10 @@ void InsetMathBoldSymbol::write(WriteStream & os) const
 }
 
 
-void InsetMathBoldSymbol::infoize(std::ostream & os) const
+void InsetMathBoldSymbol::infoize(odocstream & os) const
 {
        os << "Boldsymbol ";
 }
+
+
+} // namespace lyx