diff src/pt-cell.h @ 4587:7b957b442818

[project @ 2003-11-10 15:50:39 by jwe]
author jwe
date Mon, 10 Nov 2003 15:50:40 +0000
parents 23d06c9e1edd
children e35b034d3523
line wrap: on
line diff
--- a/src/pt-cell.h
+++ b/src/pt-cell.h
@@ -44,7 +44,8 @@
 {
 public:
 
-  tree_cell (tree_argument_list *row = 0, int line = -1, int column = -1) : tree_matrix (row, line, column) { }
+  tree_cell (tree_argument_list *row = 0, int l = -1, int c = -1)
+    : tree_matrix (row, l, c) { }
 
   ~tree_cell (void) { }