mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
|
--- tcl_interf/format.hh.orig Sun Nov 28 21:24:27 1999
|
||
|
+++ tcl_interf/format.hh Sun Nov 28 21:25:22 1999
|
||
|
@@ -51,7 +51,7 @@
|
||
|
char top_item_double, bottom_item_double;
|
||
|
char left_item_double, right_item_double;
|
||
|
Border() ;
|
||
|
- operator=(const Border &rig) ;
|
||
|
+ void operator=(const Border &rig) ;
|
||
|
Border(const Border &rig) ;
|
||
|
|
||
|
int isdefault() {
|