From 32f7d9989a3c6d45083ff9e686d5eebb87615e42 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 29 Dec 2021 10:38:23 -0500 Subject: [PATCH] TODO: ABI note --- TODO | 2 ++ cSpell.json | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index c03285b..4af777c 100644 --- a/TODO +++ b/TODO @@ -180,6 +180,8 @@ 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" +* See where anonymous namespaces can be used to keep things private to + a source file. Search for `(class|struct)` in **/*.cc. * Search for ABI to find items not listed here. * Merge two versions of QPDFObjectHandle::makeDirect per comment * After removing legacy QPDFNameTreeObjectHelper and diff --git a/cSpell.json b/cSpell.json index ba39675..2e162b2 100644 --- a/cSpell.json +++ b/cSpell.json @@ -399,6 +399,7 @@ "strcasecmp", "strerror", "strtoui", + "struct", "stylesheet", "subclassing", "subkeys", -- libgit2 0.21.4