summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/gpdf/files/010-forward.patch
blob: 797e972a1f774c064deec2329d355048679384df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- gpdf-2.8.2.orig/xpdf/TextOutputDev.h
+++ gpdf-2.8.2/xpdf/TextOutputDev.h
@@ -166,6 +166,8 @@
 // TextLine
 //------------------------------------------------------------------------
 
+class TextBlock;
+
 class TextLine {
 public:
 
@@ -223,6 +225,8 @@
 // TextBlock
 //------------------------------------------------------------------------
 
+class TextPage;
+
 class TextBlock {
 public:
 
@@ -342,6 +346,8 @@
 // TextPage
 //------------------------------------------------------------------------
 
+class TextLineFrag;
+
 class TextPage {
 public: