Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inflection/src/inflection/dialog/DisplayValue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class INFLECTION_CLASS_API inflection::dialog::DisplayValue
*/
bool operator!=(const DisplayValue& o) const;
/**
* Generates a hash code compatible with std::hash for the o.
* Generates a hash code compatible with std::hash for the displayValue.
* @param displayValue The display value object to generate the hash value.
* @return the hash code compatible with std::hash for the o.
* @return the hash code compatible with std::hash for the displayValue.
*/
std::size_t operator()(const DisplayValue& displayValue) const noexcept;

Expand Down
Loading