diff options
Diffstat (limited to 'Source/Core/Common/StringUtil.h')
| -rw-r--r-- | Source/Core/Common/StringUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/StringUtil.h b/Source/Core/Common/StringUtil.h index 3ae97e5562..ed08e758dd 100644 --- a/Source/Core/Common/StringUtil.h +++ b/Source/Core/Common/StringUtil.h @@ -264,4 +264,5 @@ inline char ToUpper(char ch) } void ToLower(std::string* str); void ToUpper(std::string* str); +bool CaseInsensitiveEquals(std::string_view a, std::string_view b); } // namespace Common |
