diff options
Diffstat (limited to 'source/core/slang-uint-set.cpp')
| -rw-r--r-- | source/core/slang-uint-set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-uint-set.cpp b/source/core/slang-uint-set.cpp index 02e142706..e973cbc3a 100644 --- a/source/core/slang-uint-set.cpp +++ b/source/core/slang-uint-set.cpp @@ -27,7 +27,7 @@ UIntSet& UIntSet::operator=(const UIntSet& other) return *this; } -HashCode UIntSet::getHashCode() +HashCode UIntSet::getHashCode() const { int rs = 0; for (auto val : m_buffer) |
