1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/word2x/files/patch-ae
1999-06-22 18:01:20 +00:00

12 lines
248 B
Plaintext

--- html-table.cc.orig Sat Jun 19 17:35:05 1999
+++ html-table.cc Sat Jun 19 17:35:25 1999
@@ -264,7 +264,7 @@
}
/* Destructor */
-html_table::~html_table(int c, int r)
+html_table::~html_table()
{
int i;
struct col_info *col, *nxt;