]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
Coding style
[lyx.git] / src / mathed / InsetMathTabular.h
index 4e86b44ab9459c852a9d96af717d4a8a24998080..15a8809f92f82c35f6c64c089a52f50d697429a6 100644 (file)
@@ -27,9 +27,9 @@ public:
        InsetMathTabular(docstring const &, int m, int n,
                char valign, docstring const & halign);
        ///
-       InsetMathTabular(docstring const &, char valign, docstring const & halign);
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       Dimension const dimension(BufferView const &) 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;
+       Inset * clone() const;
        ///
        docstring name_;
 };