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/query/index_bounds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/query/index_bounds.h') diff --git a/src/mongo/db/query/index_bounds.h b/src/mongo/db/query/index_bounds.h index 47b66ffe697..056dbe6e513 100644 --- a/src/mongo/db/query/index_bounds.h +++ b/src/mongo/db/query/index_bounds.h @@ -266,7 +266,7 @@ public: */ static Location findIntervalForField(const BSONElement& elt, const OrderedIntervalList& oil, - const int expectedDirection, + int expectedDirection, size_t* newIntervalIndex); private: -- cgit v1.2.1