summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-08-11 15:22:59 +0200
committerJay Berkenbilt <ejb@ql.org>2012-08-11 15:22:59 +0200
commit137dc7acb9f46dfe40b73dd0079bf130eb6981e0 (patch)
treea482ae7cee36b28d8d4ba1c1a5dbf4b4411ecce0 /include
parent6c820d6cc8df24b50f577c35f9aff2c132b73f6c (diff)
downloadqpdf-137dc7acb9f46dfe40b73dd0079bf130eb6981e0.tar.zst
Refactor: move resolution of literal to its own method
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 e888c113..6b385b4d 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -133,6 +133,7 @@ class QPDFTokenizer
private:
void reset();
+ void resolveLiteral();
// Lexer state
enum { st_top, st_in_comment, st_in_string, st_lt, st_gt,