From e62e2dd448c299ddb6f95effe40a773599a2eef2 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Fri, 6 Apr 2007 15:33:26 +0000 Subject: Get rid of the ' character in the #warning line so that HtmlOutputDev still builds. --- utils/HtmlOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index 4309896a..dedd81bf 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -1268,7 +1268,7 @@ void HtmlOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, void HtmlOutputDev::drawLink(Link* link,Catalog *cat){ -#warning THIS WON'T WORK OUTPUTDEV DOES NOT HAS drawLink anymore +#warning THIS WONT WORK OUTPUTDEV DOES NOT HAS drawLink anymore /* double _x1,_y1,_x2,_y2,w; int x1,y1,x2,y2; -- cgit v1.2.3