We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bab51 commit 5fe116aCopy full SHA for 5fe116a
inflection/src/inflection/dialog/DisplayValue.hpp
@@ -56,7 +56,7 @@ class INFLECTION_CLASS_API inflection::dialog::DisplayValue
56
bool operator!=(const DisplayValue& o) const;
57
/**
58
* Generates a hash code compatible with std::hash for the o.
59
- * @param o The display value object to generate the hash value.
+ * @param displayValue The display value object to generate the hash value.
60
* @return the hash code compatible with std::hash for the o.
61
*/
62
std::size_t operator()(const DisplayValue& displayValue) const noexcept;
0 commit comments