]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathAMSArray.h
index b5f7255b371c81c3e82bd6a681a92e23d63dfcbc..6555c5914bacc068d8b19e92ec8f10da50ce16a9 100644 (file)
@@ -34,7 +34,7 @@ public:
        InsetMathAMSArray const * asAMSArrayInset() const { return this; }
 
        ///
-       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+       bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const;
        ///
        void write(WriteStream & os) const;
@@ -45,7 +45,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        char const * name_left() const;
        ///