diff options
Diffstat (limited to 'japanese/iv/files/patch-cl')
-rw-r--r-- | japanese/iv/files/patch-cl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-cl b/japanese/iv/files/patch-cl new file mode 100644 index 000000000000..91cf254f59bf --- /dev/null +++ b/japanese/iv/files/patch-cl @@ -0,0 +1,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*); + |