]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
Coding style
[lyx.git] / src / mathed / InsetMathTabular.h
index 2dfc3f51bb84914b4b895e900a146f9d86e719c1..15a8809f92f82c35f6c64c089a52f50d697429a6 100644 (file)
@@ -27,10 +27,10 @@ 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;
        ///
+       Dimension const dimension(BufferView const &) const;
+       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        InsetMathTabular * asTabularInset() { return this; }
@@ -47,7 +47,7 @@ public:
        void maple(MapleStream &) const;
 
 private:
-       virtual Inset * clone() const;
+       Inset * clone() const;
        ///
        docstring name_;
 };