aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFTokenizer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh
index 732c3cd8..0ced01c4 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -203,6 +203,7 @@ class QPDFTokenizer
st_in_space,
st_in_comment,
st_in_string,
+ st_string_escape,
st_char_code,
st_string_after_cr,
st_lt,
@@ -238,7 +239,6 @@ class QPDFTokenizer
// State for strings
int string_depth;
char bs_num_register[4];
- bool last_char_was_bs;
};
#endif // QPDFTOKENIZER_HH