diff options
-rw-r--r-- | cpp/src/Slice/Parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index cdffbbea280..19ed36efd5f 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -481,6 +481,7 @@ Slice::Builtin::minWireSize() const 1, // KindString: at least one byte for an empty string. 1, // KindObject: at least one byte (to marshal an index instead of an instance). 2, // KindObjectProxy: at least an empty identity for a nil proxy, that is, 2 bytes. + 0, // KindLocalObject: unused 1 // KindValue: at least one byte (to marshal an index instead of an instance). }; |