X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=810037f9853463ca52404082cadbc2aa62b7fb96;hb=ab254289c832cd045c56e6012d14b048618cb833;hp=c53fbbf999fd80d3c992f1d64ca53580bd7d6f71;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index c53fbbf999..810037f985 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -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; @@ -371,6 +371,8 @@ public: void Validate(LaTeXFeatures &) const; /// std::vector const getLabelList() const; + /// + mutable int cur_cell; private: /// struct cellstruct {