]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathLim.h
index 9914e216ca44e3faefc5106da9ef1ec54bd3ea86..bb6edd2ebb39a853c4e0fb7a22209ae07dea4e44 100644 (file)
@@ -18,6 +18,9 @@
 
 #include "InsetMathNest.h"
 
+
+namespace lyx {
+
 class InsetMathLim : public InsetMathNest {
 public:
        ///
@@ -36,11 +39,14 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void write(WriteStream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif