]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathStackrel.C
index 0290d9292e44fdafef746e9283b4957ef3cced20..197d78df60079adbf2e51554fa9e691cec62e48d 100644 (file)
 
 #include "InsetMathStackrel.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
+
+
+namespace lyx {
 
 
 using std::max;
@@ -63,3 +66,6 @@ void InsetMathStackrel::normalize(NormalStream & os) const
 {
        os << "[stackrel " << cell(0) << ' ' << cell(1) << ']';
 }
+
+
+} // namespace lyx