]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathComment.h
index 53bb347b2594bc2b3aa2ca541d5c626c98f58e7a..184c7bd1426fd25c96f6cb9e7327e22902fdf293 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetMathComment();
        ///
-       explicit InsetMathComment(std::string const &);
+       explicit InsetMathComment(docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -44,9 +44,9 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };