mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
776 B

  1. diff -dur gpdf-2.10.0/xpdf/TextOutputDev.h src.gpdf.1135211790.4519.289955105/gpdf-2.10.0/xpdf/TextOutputDev.h
  2. --- gpdf-2.10.0/xpdf/TextOutputDev.h 2004-05-17 21:37:57.000000000 +0200
  3. +++ src.gpdf.1135211790.4519.289955105/gpdf-2.10.0/xpdf/TextOutputDev.h 2005-12-23 22:06:02.000000000 +0100
  4. @@ -166,6 +166,8 @@
  5. // TextLine
  6. //------------------------------------------------------------------------
  7. +class TextBlock;
  8. +
  9. class TextLine {
  10. public:
  11. @@ -223,6 +225,8 @@
  12. // TextBlock
  13. //------------------------------------------------------------------------
  14. +class TextPage;
  15. +
  16. class TextBlock {
  17. public:
  18. @@ -342,6 +346,8 @@
  19. // TextPage
  20. //------------------------------------------------------------------------
  21. +class TextLineFrag;
  22. +
  23. class TextPage {
  24. public: