diff options
author | Sadie Powell <sadie@witchery.services> | 2024-05-16 18:00:13 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-05-16 18:00:13 +0100 |
commit | a4792412ba497ed30f5c77c59ddc226c5289ebc4 (patch) | |
tree | b850f36cade5f8177134f65ee3ffe1bb659ef579 /include | |
parent | cb21c7c1fa7e956aafdd4fd17de3ddad4fd45fc2 (diff) | |
parent | 8bb83f6b1a667121ba68f5c191b9f953af6f22bd (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'include')
-rw-r--r-- | include/extensible.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extensible.h b/include/extensible.h index 0444e8226..7ff518516 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -194,6 +194,7 @@ public: void ExtensibleSerialize(const Extensible *e, const Serializable *s, Serialize::Data &data) const override { + data.SetType(this->name, Serialize::Data::DT_INT); data[this->name] << true; } |