diff --git a/components/esm/refid.hpp b/components/esm/refid.hpp index 8eb7b78be1..ed665d450d 100644 --- a/components/esm/refid.hpp +++ b/components/esm/refid.hpp @@ -49,7 +49,7 @@ namespace ESM { public: using Value - = std::variant; + = std::variant; // Constructs RefId from a serialized string containing byte by byte copy of RefId::mValue. static ESM::RefId deserialize(std::string_view value);