mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
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*);
|
||
|
|