]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathPar.h
index b401e600919f28814642c82de936c141cd98871b..1fe9e0c4007611c918b69cfe1fd588632cdea3ae 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetMathPar() {}
        ///
-       InsetMathPar(MathArray const & ar);
+       InsetMathPar(MathData const & ar);
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
@@ -31,12 +31,12 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        void write(WriteStream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };