]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathLefteqn.h
index cda3c7030c0e1c34bd019d6c9bbc12d27cce96fa..cf0d41495d1cc9ce881fe059a9e4464ebd34f7d3 100644 (file)
@@ -25,13 +25,13 @@ public:
        ///
        InsetMathLefteqn();
        ///
-       std::string name() const;
+       docstring name() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };