]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
[lyx.git] / src / mathed / InsetMathComment.h
index 53bb347b2594bc2b3aa2ca541d5c626c98f58e7a..340d64ee75c1aa9d5ee74fcd5677395ecebd84db 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,11 +44,11 @@ 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;
+       virtual Inset * clone() const;
 };
 
 } // namespace lyx