From: kramm Date: Thu, 18 Oct 2007 12:07:40 +0000 (+0000) Subject: added Object.h fix X-Git-Tag: buttons-working~534 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=949a544bcfc81d2d3416df6c5c381e33b0c9a116 added Object.h fix --- diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch index 869d243..b0dded3 100644 --- a/lib/pdf/xpdf-changes.patch +++ b/lib/pdf/xpdf-changes.patch @@ -771,3 +771,13 @@ diff -u -r1.5 -r1.6 int GfxCIDFont::getNextChar(char *s, int len, CharCode *code, Unicode *u, int uSize, int *uLen, double *dx, double *dy, double *ox, double *oy) { +--- OutputDev.h.orig Sat Jul 28 00:11:08 2007 ++++ OutputDev.h Sun Sep 9 13:50:40 2007 +@@ -17,6 +17,7 @@ + + #include "gtypes.h" + #include "CharTypes.h" ++#include "Object.h" + + class GString; + class Gfx;