mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
--- tcl_interf/format.cc.orig Sun Nov 28 21:31:39 1999
|
|
+++ tcl_interf/format.cc Sun Nov 28 21:32:08 1999
|
|
@@ -65,7 +65,7 @@
|
|
right_item_double = FALSE;
|
|
}
|
|
|
|
-Border::operator=(const Border &rig)
|
|
+void Border::operator=(const Border &rig)
|
|
{
|
|
top = rig.top;
|
|
bottom = rig.bottom;
|