mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d0094e951a
PR: ports/16024 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
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*);
|
|
|