From 27f328ad14b8fbc006c5c4103becd0f6a3aaaa5c Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Thu, 29 Jul 2021 15:28:20 -0500 Subject: SERVER-57446 fix clang-tidy header issues and add header-filter --- src/mongo/db/fts/unicode/string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mongo/db/fts') diff --git a/src/mongo/db/fts/unicode/string.h b/src/mongo/db/fts/unicode/string.h index b27f92c2960..5bf98e2bf8d 100644 --- a/src/mongo/db/fts/unicode/string.h +++ b/src/mongo/db/fts/unicode/string.h @@ -58,7 +58,7 @@ public: /** * Reset the String with the new UTF-8 source data, reusing the underlying buffer when possible. */ - void resetData(const StringData utf8_src); + void resetData(StringData utf8_src); /** * Takes a substring of the current String and puts it in another String. @@ -147,7 +147,7 @@ private: /** * Helper method for converting a UTF-8 string to a UTF-32 string. */ - void setData(const StringData utf8_src); + void setData(StringData utf8_src); /** * Unified implementation of substrToBuf and toLowerToBuf. -- cgit v1.2.1