X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=pdf2swf%2Fswfoutput.cc;h=ee7bebb2404679e3bc3f07e5c5bf8c86c5b4ab7c;hb=425116762bb167de8d1d391228fcac5e5dfa19ad;hp=6a891563761e0bf05cfe2123aa5de00d7ba937f4;hpb=c3524ecd520460c80abf53cea7c6ab53b9679270;p=swftools.git diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 6a89156..ee7bebb 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -227,7 +227,7 @@ static int moveto(struct swfoutput*obj, TAG*tag, plotxy p0) } return 0; } -static int moveto(struct swfoutput*obj, TAG*tag, float x, float y) +static int moveto(struct swfoutput*obj, TAG*tag, double x, double y) { swfoutput_internal*i = (swfoutput_internal*)obj->internal; plotxy p;