[poppler] poppler/poppler: TextOutputDev.h,1.1.1.1,1.2

Kristian Hogsberg krh at freedesktop.org
Thu Jun 2 12:14:47 PDT 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv14194/poppler

Modified Files:
	TextOutputDev.h 
Log Message:
2005-06-02  Kristian Høgsberg  <krh at redhat.com>

        * poppler/TextOutputDev.h:
        * qt/poppler-qt.h: Patch from Stanislav Brabec <sbrabec at suse.cz>
        to fix gcc 4.0.1 warnings on undeclared friend classes.

        * test/gtk-splash-test.cc: Fix from Martin Kretzschmar
        <martink at gnome.org> to compile with OPI enabled (#2911).


Index: TextOutputDev.h
===================================================================
RCS file: /cvs/poppler/poppler/poppler/TextOutputDev.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- TextOutputDev.h	3 Mar 2005 19:46:01 -0000	1.1.1.1
+++ TextOutputDev.h	2 Jun 2005 19:14:45 -0000	1.2
@@ -24,6 +24,9 @@
 class GfxFont;
 class GfxState;
 class UnicodeMap;
+class TextBlock;
+class TextPage;
+class TextLineFrag;
 
 //------------------------------------------------------------------------
 



More information about the poppler mailing list