]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathExInt.h
index 50ea077f37edb8f6d90b32f0a61de6233b60e1c3..5ed5a4ca8790a9a117de745bfbe474d0401a8718 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        void symbol(docstring const &);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
 
@@ -46,7 +46,7 @@ public:
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        bool hasScripts() const;