aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 17:29:23 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-08 17:29:23 +0200
commit18a583e8d9c509039046330a64925fdc733bb277 (patch)
treebdc51202f6d6f8050db9dab4b91d73c626c4b459 /TODO
parent25ccc7eae4b78e90d0fe6400abeba22ca4cd648e (diff)
downloadqpdf-18a583e8d9c509039046330a64925fdc733bb277.tar.zst
Rename QPDFValueProxy back to QPDFObject
QPDFValueProxy wasn't a good name for it. We decided the evil of having the header file be named QPDFObject_private.hh was less than the evil of having the class be named something other than what it should have been named.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8c647fe5..3099f8cc 100644
--- a/TODO
+++ b/TODO
@@ -789,7 +789,7 @@ Rejected Ideas
These are some ideas I had before m-holger's changes to split
QPDFValue from QPDFObject. These notes were written prior to the
- split of QPDFObject into QPDFValueProxy and QPDFValue and don't work
+ split of QPDFObject into QPDFObject and QPDFValue and don't work
directly with the new implementation. I think they are still basic
valid after adjusting to the new structure, but I think they would
come at too high a performance cost to be worth doing.