]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathDiff.h
index 60c4d84711bcb4a5b95cd654d994f278966b36db..3dfc0b1864d3daa0ae9c3ac0299ad337db34fe80 100644 (file)
@@ -18,6 +18,9 @@
 
 #include "InsetMathNest.h"
 
+
+namespace lyx {
+
 class InsetMathDiff : public InsetMathNest {
 public:
        ///
@@ -36,7 +39,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void maxima(MaximaStream &) const;
        ///
@@ -45,4 +48,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+} // namespace lyx
+
 #endif