aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-03 18:03:07 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-03 18:17:57 +0200
commit5806e5c60c177ecccf498a06bb2937fbf661e60b (patch)
tree06cdca95a61b952f51629ec7c77956362ace6c96 /TODO
parent97de12343b908d937f4bb0562cd739896ce66d34 (diff)
downloadqpdf-5806e5c60c177ecccf498a06bb2937fbf661e60b.tar.zst
QPDFPageObjectHelper::placeFormXObject: use std::string const& (fixes #374)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index e720e713..7ca0db92 100644
--- a/TODO
+++ b/TODO
@@ -19,9 +19,6 @@ ABI Changes
This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI"
-* QPDFPageObjectHelper::placeFormXObject: name should be std::string
- const& (issue #374)
-
* (Source compatibility) As somewhat discussed in issue 219, the
original pipeStreamData in QPDF_Stream has various logic for
reporting warnings and letting the caller retry. This logic is not