Skip to content

Commit

Permalink
fixup! SILKit-1607: Usage of key values for created participant and c…
Browse files Browse the repository at this point in the history
…ontroller types
  • Loading branch information
VLukasBecker committed Nov 6, 2024
1 parent 188faf4 commit e89e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/source/core/internal/MessageBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ inline MessageBuffer& MessageBuffer::operator>>(std::unordered_map<std::string,
}
if (numElements != tmp.size())
{
throw SilKitError("MessageBuffer unable to deserialize std::vector<std::pair<std::string, std::string>>");
throw SilKitError("MessageBuffer unable to deserialize std::unordered_map<std::string, std::string>");
}
updatedMsg = std::move(tmp);
return *this;
Expand Down

0 comments on commit e89e80c

Please sign in to comment.