]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathExInt.h
index 5ed5a4ca8790a9a117de745bfbe474d0401a8718..e381e0e58822196b6adaf5c303e4e4e1d85cd1d4 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        void symbol(docstring const &);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void 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<Inset> doClone() const;
+       virtual Inset * clone() const;
        ///
        bool hasScripts() const;