X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=810037f9853463ca52404082cadbc2aa62b7fb96;hb=ab254289c832cd045c56e6012d14b048618cb833;hp=6abb179ce2e353a3bba0157ed2be959edc69aad2;hpb=47910a7a67b9d49ccf410cc9e8d52ab89458dd56;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index 6abb179ce2..810037f985 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -4,7 +4,7 @@ * * LyX, The Document Processor * - * Copyright 2000 The LyX Team. + * Copyright 2000-2001 The LyX Team. * * @author: Jürgen Vigna * @@ -163,7 +163,7 @@ public: /// LyXTabular & operator=(LyXTabular const &); /// - LyXTabular * Clone(InsetTabular *); + LyXTabular * clone(InsetTabular *); /// Returns true if there is a topline, returns false if not bool TopLine(int cell, bool onlycolumn = false) const; @@ -183,7 +183,6 @@ public: /// int GetAdditionalHeight(int row) const; - /// int GetAdditionalWidth(int cell) const; @@ -372,6 +371,8 @@ public: void Validate(LaTeXFeatures &) const; /// std::vector const getLabelList() const; + /// + mutable int cur_cell; private: /// struct cellstruct {