blob: 91cf254f59bf6cbbceee2b00979d6dde62132af3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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*);
|