]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
MSVC compile fix
[lyx.git] / src / mathed / InsetMathTabular.h
index 0fb6c27961cc96b31b0f2b1cb5d5fa2858e8f335..a4aa50f1b9137874e4d7f8c7c40dfe686a28e017 100644 (file)
@@ -22,9 +22,9 @@ namespace lyx {
 class InsetMathTabular : public InsetMathGrid {
 public:
        ///
-       InsetMathTabular(docstring const &, int m, int n);
+       InsetMathTabular(Buffer * buf, docstring const &, int m, int n);
        ///
-       InsetMathTabular(docstring const &, int m, int n,
+       InsetMathTabular(Buffer * buf, docstring const &, int m, int n,
                char valign, docstring const & halign);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;