diff options
author | Norbert Preining <norbert@preining.info> | 2022-09-18 03:08:21 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-09-18 03:08:21 +0000 |
commit | baa3e10650110291de10e0e8e6a1e48ac4579afe (patch) | |
tree | 8eff974515ba91e538c94002db56558182e59a4e /graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp | |
parent | 9ae94dce28ea17b97ef24019e324353cd6af4dba (diff) |
CTAN sync 202209180308
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp')
-rw-r--r-- | graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp b/graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp index 12d87151e6..f1be5c4183 100644 --- a/graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp +++ b/graphics/asymptote/LspCpp/third_party/rapidjson/example/serialize/serialize.cpp @@ -50,7 +50,7 @@ public: template <typename Writer> void Serialize(Writer& writer) const { writer.StartObject(); - + writer.String("school"); #if RAPIDJSON_HAS_STDSTRING writer.String(school_); @@ -104,7 +104,7 @@ private: }; Dependent::~Dependent() { - delete education_; + delete education_; } class Employee : public Person { |