]> git.lyx.org Git - features.git/commitdiff
Unify the parameters of the [append/copy][row/column] family
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 22 Jan 2012 22:15:25 +0000 (22:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 22 Jan 2012 22:15:25 +0000 (22:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40658 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.h

index 8546858ea9dc8142ca210c15c84923a8d2440ba6..2dcbb659ff5085a580c65394abb0ea5cdf46cd97 100644 (file)
@@ -444,13 +444,13 @@ public:
        ///
        int textVOffset(idx_type cell) const;
        ///
-       void appendRow(idx_type cell);
+       void appendRow(row_type row);
        ///
        void deleteRow(row_type row);
        ///
        void copyRow(row_type);
        ///
-       void appendColumn(idx_type cell);
+       void appendColumn(col_type column);
        ///
        void deleteColumn(col_type column);
        ///