summaryrefslogtreecommitdiffstats
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 2873b3a2..83d1fa21 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -241,7 +241,7 @@ class QPDFTokenizer
// State for strings
int string_depth;
int char_code;
- char bs_num_register[4];
+ int digit_count;
};
#endif // QPDFTOKENIZER_HH