Dash:
[t2-trunk.git] / package / gnome / gpdf / hotfix-gcc41.patch
blob7368dba6c93145b96bd62a998b42a591985d8120
1 --- gpdf-2.10.0/xpdf/TextOutputDev.h.old 2004-05-17 21:37:57.000000000 +0200
2 +++ gpdf-2.10.0/xpdf/TextOutputDev.h 2006-03-24 23:40:41.000000000 +0100
3 @@ -26,6 +26,10 @@
4 class GfxState;
5 class UnicodeMap;
7 +class TextBlock;
8 +class TextPage;
9 +class TextLineFrag;
11 //------------------------------------------------------------------------
13 typedef void (*TextOutputFunc)(void *stream, char *text, int len);