From: Vincent van Ravesteijn Date: Sun, 22 Jan 2012 22:15:25 +0000 (+0000) Subject: Unify the parameters of the [append/copy][row/column] family X-Git-Tag: 2.1.0beta1~2102 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2206f1a6557542c813375a23ff6080039c5a860e;p=features.git Unify the parameters of the [append/copy][row/column] family git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40658 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 8546858ea9..2dcbb659ff 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -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); ///