]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathFontOld.C
index 76438c0bc6d1bfe63226455155ba483d451715be..a78e4e77d214d99c510d80c2c1531a18cb2ceb6c 100644 (file)
 
 #include "InsetMathFontOld.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathParser.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 
 
@@ -74,7 +77,10 @@ void InsetMathFontOld::normalize(NormalStream & os) const
 }
 
 
-void InsetMathFontOld::infoize(std::ostream & os) const
+void InsetMathFontOld::infoize(odocstream & os) const
 {
        os << "Font: " << key_->name;
 }
+
+
+} // namespace lyx