From e3e848ac4da1c2ae59d93e62da8ef6f87b3452cd Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 23 May 2022 22:36:46 -0700 Subject: Changeset: 37 Branch comment: [] Add infrastructure for rendering wireframe (rendering broken) including saving and loading config files --- source/Uid.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Uid.hpp') diff --git a/source/Uid.hpp b/source/Uid.hpp index f58129c..539de03 100644 --- a/source/Uid.hpp +++ b/source/Uid.hpp @@ -25,8 +25,8 @@ struct Uid { std::string WriteString(); void Read(const rapidjson::Value& value); - void WriteInto(rapidjson::Value& value, rapidjson::Document& root); - rapidjson::Value Write(rapidjson::Document& root); + void WriteInto(rapidjson::Value& value, rapidjson::Document& root) const; + rapidjson::Value Write(rapidjson::Document& root) const; auto operator<=>(const Uid&) const = default; }; -- cgit v1.2.3-70-g09d2