X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdevices%2Fbbox.c;h=5da181fb5427480101729b5cc17a075ba962bbf1;hb=dd1bf09dad3b85a6e97063d9e54370643d4bd11a;hp=05df67fc0942f747208645dd818a96ae6b70bf73;hpb=d3fb559b6b8ca9c122b310cae1a3e8b0805f97ad;p=swftools.git diff --git a/lib/devices/bbox.c b/lib/devices/bbox.c index 05df67f..5da181f 100644 --- a/lib/devices/bbox.c +++ b/lib/devices/bbox.c @@ -124,7 +124,7 @@ void bbox_drawchar(gfxdevice_t*dev, gfxfont_t*font, int glyphnr, gfxcolor_t*colo } } -void bbox_drawlink(gfxdevice_t*dev, gfxline_t*line, char*action) +void bbox_drawlink(gfxdevice_t*dev, gfxline_t*line, const char*action) { internal_t*i = (internal_t*)dev->internal; }