]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathAMSArray.h
index 64bf75c5bdc312892505cc7e1664d1d5cb937acd..c4e59b4ff6585155c3d98340385dc07736f71f32 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 std::auto_ptr<Inset> doClone() const;
        ///
        char const * name_left() const;
        ///