mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Documentation typo fix.
This commit is contained in:
parent
9820f04f85
commit
af746fafa3
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ struct DefaultHashFunctions
|
|||
@code
|
||||
struct MyHashGenerator
|
||||
{
|
||||
int generateHash (MyKeyType key, int upperLimit)
|
||||
int generateHash (MyKeyType key, int upperLimit) const
|
||||
{
|
||||
// The function must return a value 0 <= x < upperLimit
|
||||
return someFunctionOfMyKeyType (key) % upperLimit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue