diff options
Diffstat (limited to 'src/cstore/cstore-node.hpp')
-rw-r--r-- | src/cstore/cstore-node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cstore/cstore-node.hpp b/src/cstore/cstore-node.hpp index a7aa865..f58da4e 100644 --- a/src/cstore/cstore-node.hpp +++ b/src/cstore/cstore-node.hpp @@ -79,6 +79,7 @@ private: bool _is_default; bool _is_invalid; bool _is_empty; + bool _is_leaf_typeless; bool _active_only; string _tag_name; string _value; |