]> git.pld-linux.org Git - packages/poppler.git/commitdiff
- build fix.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 1 Mar 2006 16:33:24 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler-gcc4.patch -> 1.1

poppler-gcc4.patch [new file with mode: 0644]

diff --git a/poppler-gcc4.patch b/poppler-gcc4.patch
new file mode 100644 (file)
index 0000000..e34895c
--- /dev/null
@@ -0,0 +1,25 @@
+--- poppler-0.5.1/qt4/src/poppler-qt4.h.orig   2006-01-23 15:43:39.000000000 +0100
++++ poppler-0.5.1/qt4/src/poppler-qt4.h        2006-03-01 17:19:44.145777250 +0100
+@@ -401,7 +401,7 @@
+          \warning The application owns the pointer to Document, and this should
+          be deleted when no longer required.
+       */
+-      static Document *Document::load(const QString & filePath,
++      static Document*load(const QString & filePath,
+                                       const QByteArray &ownerPassword=QByteArray(),
+                                       const QByteArray &userPassword=QByteArray());
+   
+@@ -612,11 +612,11 @@
+       */
+       bool hasEmbeddedFiles() const;
+-      Document::~Document();
++      ~Document();
+   
+     private:
+       DocumentData *m_doc;
+-      Document::Document(DocumentData *dataA);
++      Document(DocumentData *dataA);
+     };
+     /**
This page took 0.128583 seconds and 4 git commands to generate.