aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFTokenizer.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh
index b04e4d89..a0e18248 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -197,7 +197,6 @@ class QPDFTokenizer
bool isSpace(char);
bool isDelimiter(char);
void findEI(std::shared_ptr<InputSource> input);
- void handleCharacter(char);
enum state_e {
st_top,
@@ -212,6 +211,8 @@ class QPDFTokenizer
st_token_ready
};
+ void handleCharacter(char);
+ void inHexstring(char);
void reset();
// Lexer state