From 137dc7acb9f46dfe40b73dd0079bf130eb6981e0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 11 Aug 2012 09:22:59 -0400 Subject: Refactor: move resolution of literal to its own method --- include/qpdf/QPDFTokenizer.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3-54-g00ecf