diff options
Diffstat (limited to 'common/object/src/value.rs')
| -rw-r--r-- | common/object/src/value.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/object/src/value.rs b/common/object/src/value.rs index eb9de7c..01b0903 100644 --- a/common/object/src/value.rs +++ b/common/object/src/value.rs @@ -101,7 +101,7 @@ impl Value<'_> for Tag { } impl ValueStore for Tag { fn get_type(&self) -> ValueType { - ValueType::String + ValueType::Tag } fn store_aligned(&self, buf: &mut Vec<u32>) { buf.push(self.0.to_be()); |