]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
Fixes for/in insettabular/text.
[lyx.git] / src / tabular.h
index 9e930036739cc95af88e9252b1b1b567e96fd0c5..8e4ddce6de609a4fe50b9816edde7e7b2954764a 100644 (file)
@@ -161,8 +161,6 @@ public:
     explicit
     LyXTabular(Buffer const *, InsetTabular *, LyXLex & lex);
     ///
-    ~LyXTabular();
-    ///
     LyXTabular & operator=(LyXTabular const &);
     ///
     LyXTabular * Clone(InsetTabular *);
@@ -462,9 +460,9 @@ private: //////////////////////////////////////////////////////////////////
     ///
     int numberofcells;
     ///
-    int * rowofcell;
+    std::vector<int> rowofcell;
     ///
-    int * columnofcell;
+    std::vector<int> columnofcell;
     ///
     row_vector row_info;
     ///