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/pipeline/granularity_rounder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/pipeline/granularity_rounder.h') diff --git a/src/mongo/db/pipeline/granularity_rounder.h b/src/mongo/db/pipeline/granularity_rounder.h index a3cdb0c6086..82b067f5d0a 100644 --- a/src/mongo/db/pipeline/granularity_rounder.h +++ b/src/mongo/db/pipeline/granularity_rounder.h @@ -139,7 +139,7 @@ public: */ static boost::intrusive_ptr create( const boost::intrusive_ptr& expCtx, - const std::vector baseSeries, + std::vector baseSeries, std::string name); Value roundUp(Value value); Value roundDown(Value value); -- cgit v1.2.1