aboutsummaryrefslogtreecommitdiff
path: root/source/10-common/Uid.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-09 23:20:33 -0700
committerrtk0c <[email protected]>2022-06-09 23:20:33 -0700
commitab81521707d6ffa3f5d01ad315c0070b54bf468a (patch)
treee9d19a27a9266962b87ae73576bfa5232ed705b6 /source/10-common/Uid.hpp
parent3acd929a28c268a52f7799ea3db1ad4a01790fec (diff)
parente3e848ac4da1c2ae59d93e62da8ef6f87b3452cd (diff)
Changeset: 68
Diffstat (limited to 'source/10-common/Uid.hpp')
-rw-r--r--source/10-common/Uid.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/10-common/Uid.hpp b/source/10-common/Uid.hpp
index f58129c..539de03 100644
--- a/source/10-common/Uid.hpp
+++ b/source/10-common/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;
};