]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMathTabular.h
index 13b4960e50d89df3a9c2aa5c5061d5d42eafd3e7..d6c5bbac159f8b72dc239654de8518f0afb70d41 100644 (file)
@@ -31,6 +31,8 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
+       Dimension const dimension(BufferView const &) const;
+       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        InsetMathTabular * asTabularInset() { return this; }
@@ -47,7 +49,7 @@ public:
        void maple(MapleStream &) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        docstring name_;
 };