]> 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 6fd28850fd7946fdf72638c13c40e2bd4907355c..1fe9e0c4007611c918b69cfe1fd588632cdea3ae 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetMathPar() {}
        ///
-       InsetMathPar(MathArray const & ar);
+       InsetMathPar(MathData const & ar);
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
@@ -36,7 +36,7 @@ public:
        void write(WriteStream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };