freebsd-ports/japanese/iv/files/patch-cl
Shigeyuki Fukushima d0094e951a Fix build error under 4-current and new egcs/C++ compiler.
PR:		ports/16024
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
2000-01-11 15:52:35 +00:00

13 lines
415 B
Text

diff -Ncr src/bin/idraw/idarrowhead.h src/bin/idraw/idarrowhead.h
*** src/bin/idraw/idarrowhead.h Thu Dec 12 08:49:19 1991
--- src/bin/idraw/idarrowhead.h Sat Feb 6 19:05:49 1999
***************
*** 37,42 ****
--- 37,43 ----
virtual Graphic* Copy();
virtual Graphic& operator = (Graphic&);
+ virtual Arrowhead& operator = (Arrowhead&);
protected:
Arrowhead(Coord*, Coord*, Graphic*);