aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-08-18 18:54:51 +0200
committerm-holger <m-holger@kubitscheck.org>2022-08-21 03:26:27 +0200
commit86ade3f9cd367296e64ae86870ec12ebf34883f6 (patch)
tree912573ddf5bb5dabbecb079635e42fb09448efb0 /include
parent91fb61eda5ae66736ae9e5975ae6f2e0867366e6 (diff)
downloadqpdf-86ade3f9cd367296e64ae86870ec12ebf34883f6.tar.zst
Add private method QPDFTokenizer::handleCharacter
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFTokenizer.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh
index f1e10d3f..b04e4d89 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -197,6 +197,7 @@ class QPDFTokenizer
bool isSpace(char);
bool isDelimiter(char);
void findEI(std::shared_ptr<InputSource> input);
+ void handleCharacter(char);
enum state_e {
st_top,