]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
fix "make dist" target
[lyx.git] / src / tabular.h
index 4910024086439589465bd14485e5d2cdd5c27adb..4ca7fdf940ef0dbcb05883d1aeeb51a93c7ff9cf 100644 (file)
@@ -182,8 +182,7 @@ public:
        bool IsLastRow(int cell) const;
 
        ///
-       int GetAdditionalHeight(int cell) const;
-
+       int GetAdditionalHeight(int row) const;
        ///
        int GetAdditionalWidth(int cell) const;
        
@@ -493,7 +492,7 @@ private:
        InsetTabular * owner_;
 
        ///
-       void Init(int columns_arg, int rows_arg);
+       void Init(int columns_arg, int rows_arg, LyXTabular const * lt = 0);
        ///
        void Reinit();
        ///