]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathTabular.h
index 13b4960e50d89df3a9c2aa5c5061d5d42eafd3e7..1d591924a53d23a32d7032a651ba060613580e3d 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        InsetMathTabular(docstring const &, char valign, docstring const & halign);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -47,7 +47,7 @@ public:
        void maple(MapleStream &) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        docstring name_;
 };