Skip to content

Commit 5fe116a

Browse files
authored
fix mistake in PR 152 (issue 147) (#156)
correct the name of the parameter o -> displayValue
1 parent 06bab51 commit 5fe116a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflection/src/inflection/dialog/DisplayValue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class INFLECTION_CLASS_API inflection::dialog::DisplayValue
5656
bool operator!=(const DisplayValue& o) const;
5757
/**
5858
* Generates a hash code compatible with std::hash for the o.
59-
* @param o The display value object to generate the hash value.
59+
* @param displayValue The display value object to generate the hash value.
6060
* @return the hash code compatible with std::hash for the o.
6161
*/
6262
std::size_t operator()(const DisplayValue& displayValue) const noexcept;

0 commit comments

Comments
 (0)