diff --git a/src/Attr.h b/src/Attr.h index 15cb471c20..d1fefa6f5a 100644 --- a/src/Attr.h +++ b/src/Attr.h @@ -114,7 +114,7 @@ public: : Attributes(std::vector{}, std::move(t), in_record, is_global, false) {} Attributes(std::vector a, TypePtr t, bool in_record, bool is_global) - : Attributes(a, std::move(t), in_record, is_global, false) {} + : Attributes(std::move(a), std::move(t), in_record, is_global, false) {} ~Attributes() override = default;