1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/deskutils/abacus/files/patch-ag

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;