diff options
Diffstat (limited to 'source/core')
| -rw-r--r-- | source/core/slang-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-list.h b/source/core/slang-list.h index 597f1b9b6..db509d6ba 100644 --- a/source/core/slang-list.h +++ b/source/core/slang-list.h @@ -583,7 +583,7 @@ public: } template<typename T2> - Index binarySearch(const T2& obj) + Index binarySearch(const T2& obj) const { return binarySearch( obj, |
