]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathAMSArray.h
index b5f7255b371c81c3e82bd6a681a92e23d63dfcbc..c4e59b4ff6585155c3d98340385dc07736f71f32 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetMathAMSArray(docstring const & name);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pain, int x, int y) const;
        ///
@@ -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;
        ///