diff options
Diffstat (limited to 'include/object/xdrstream.h')
-rw-r--r-- | include/object/xdrstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object/xdrstream.h b/include/object/xdrstream.h index 55bef5b..e8d4ddc 100644 --- a/include/object/xdrstream.h +++ b/include/object/xdrstream.h @@ -6,7 +6,7 @@ class XDRStream { private: XDRStream(const XDRStream& copy); - uint32_t next_array_len; + uint16_t next_array_len; bool is_fixed_length; public: |