summaryrefslogtreecommitdiff
path: root/converters/pdf2djvu/files/patch-pdf-unicode.hh
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-21 12:51:29 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-21 12:51:29 +0000
commitcc06b3172ecde3ebfda3f6b5cd7fa97db9f386bc (patch)
tree0524d2248f606cdb0e0cef1cfe140afd162d4546 /converters/pdf2djvu/files/patch-pdf-unicode.hh
parentUpdate to the snapshot on 2020-03-03. (diff)
converters/pdf2djvu: update to 0.9.17
- Preparation for Poppler upgrade to 0.86.1 PR: 244822 Approved by: Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
Diffstat (limited to 'converters/pdf2djvu/files/patch-pdf-unicode.hh')
-rw-r--r--converters/pdf2djvu/files/patch-pdf-unicode.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/converters/pdf2djvu/files/patch-pdf-unicode.hh b/converters/pdf2djvu/files/patch-pdf-unicode.hh
deleted file mode 100644
index 7e3f74493925..000000000000
--- a/converters/pdf2djvu/files/patch-pdf-unicode.hh
+++ /dev/null
@@ -1,20 +0,0 @@
---- pdf-unicode.hh.orig 2019-10-27 19:18:36.768779000 +0000
-+++ pdf-unicode.hh 2019-10-27 19:19:00.052652000 +0000
-@@ -58,7 +58,7 @@
- Unicode* data;
- int length_;
- public:
-- explicit FullNFKC(Unicode *, int length);
-+ explicit FullNFKC(const Unicode *, int length);
- ~FullNFKC();
- int length() const
- {
-@@ -79,7 +79,7 @@
- protected:
- std::basic_string<Unicode> string;
- public:
-- explicit MinimalNFKC(Unicode *, int length);
-+ explicit MinimalNFKC(const Unicode *, int length);
- int length() const;
- operator const Unicode*() const;
- };