]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
lyxstring compile fixes ; small stuff
[lyx.git] / src / tabular.h
index c53fbbf999fd80d3c992f1d64ca53580bd7d6f71..810037f9853463ca52404082cadbc2aa62b7fb96 100644 (file)
@@ -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<string> const getLabelList() const;
+       ///
+       mutable int cur_cell;
 private:
        ///
        struct cellstruct {