aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-27 03:51:17 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-27 03:51:17 +0200
commit728dc9e6d8975eebbbc0f5b35628b57d273ffe2d (patch)
tree270130de8b31ffc4fe6f18fc9d23d401f5b01754 /include
parentdea704f0ab7f625e1e7b3f9a1110b45b63157317 (diff)
downloadqpdf-728dc9e6d8975eebbbc0f5b35628b57d273ffe2d.tar.zst
Fix error caught by clang
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 344f6a94..8c38fffe 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -652,6 +652,16 @@ class QPDFObjectHandle
QPDFObjectHandle(QPDF*, int objid, int generation);
QPDFObjectHandle(QPDFObject*);
+ enum parser_state_e
+ {
+ st_top,
+ st_start,
+ st_stop,
+ st_eof,
+ st_dictionary,
+ st_array
+ };
+
// Private object factory methods
static QPDFObjectHandle newIndirect(QPDF*, int objid, int generation);
static QPDFObjectHandle newStream(