Browse Source

Documentation typo fix.

tags/2021-05-28
jules 11 years ago
parent
commit
af746fafa3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/containers/juce_HashMap.h

+ 1
- 1
modules/juce_core/containers/juce_HashMap.h View File

@@ -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…
Cancel
Save