Author: vfr
Date: Sun Jan 22 23:15:25 2012
New Revision: 40658
URL: http://www.lyx.org/trac/changeset/40658
Log:
Unify the parameters of the [append/copy][row/column] family
Modified:
lyx-devel/trunk/src/insets/InsetTabular.h
Modified: lyx-devel/trunk/src/insets/InsetTabular.h
==============================================================================
--- lyx-devel/trunk/src/insets/InsetTabular.h Sun Jan 22 23:15:11 2012
(r40657)
+++ lyx-devel/trunk/src/insets/InsetTabular.h Sun Jan 22 23:15:25 2012
(r40658)
@@ -444,13 +444,13 @@
///
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);
///