]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpdf/files/010-forward.patch
gpdf: add 2.10.0-4 from Debian.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpdf / files / 010-forward.patch
1 --- gpdf-2.8.2.orig/xpdf/TextOutputDev.h
2 +++ gpdf-2.8.2/xpdf/TextOutputDev.h
3 @@ -166,6 +166,8 @@
4  // TextLine
5  //------------------------------------------------------------------------
6  
7 +class TextBlock;
8 +
9  class TextLine {
10  public:
11  
12 @@ -223,6 +225,8 @@
13  // TextBlock
14  //------------------------------------------------------------------------
15  
16 +class TextPage;
17 +
18  class TextBlock {
19  public:
20  
21 @@ -342,6 +346,8 @@
22  // TextPage
23  //------------------------------------------------------------------------
24  
25 +class TextLineFrag;
26 +
27  class TextPage {
28  public:
29