]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathBox.C
index 6749d2e1de5605c64cab41a341607567d11d2582..cdae7fdd89c55aa732d8c73467f00cb39debfe09 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathBox.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
 
@@ -23,7 +23,7 @@ using std::string;
 using std::auto_ptr;
 
 
-InsetMathBox::InsetMathBox(string const & name)
+InsetMathBox::InsetMathBox(docstring const & name)
        : InsetMathNest(1), name_(name)
 {}
 
@@ -65,7 +65,7 @@ void InsetMathBox::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathBox::infoize(std::ostream & os) const
+void InsetMathBox::infoize(odocstream & os) const
 {
        os << "Box: " << name_;
 }