diff --git a/src/engine/Minus.h b/src/engine/Minus.h index 6a7964d274..4774de1335 100644 --- a/src/engine/Minus.h +++ b/src/engine/Minus.h @@ -25,7 +25,7 @@ class Minus : public Operation { // Uninitialized Object for testing the computeMinus method struct OnlyForTestingTag {}; - explicit Minus(OnlyForTestingTag) {}; + explicit Minus(OnlyForTestingTag) {} protected: string getCacheKeyImpl() const override; diff --git a/src/engine/TransitivePathHashMap.h b/src/engine/TransitivePathHashMap.h index 45f9832b0a..0cae09e5bd 100644 --- a/src/engine/TransitivePathHashMap.h +++ b/src/engine/TransitivePathHashMap.h @@ -23,7 +23,7 @@ struct HashMapWrapper { Set emptySet_; HashMapWrapper(Map map, ad_utility::AllocatorWithLimit allocator) - : map_(std::move(map)), emptySet_(allocator) {}; + : map_(std::move(map)), emptySet_(allocator) {} /** * @brief Return the successors for the given Id. The successors are all ids,