diff --git a/test/src/unit-regression2.cpp b/test/src/unit-regression2.cpp index 224524189..4243cc609 100644 --- a/test/src/unit-regression2.cpp +++ b/test/src/unit-regression2.cpp @@ -199,7 +199,7 @@ class FooAlloc class Foo { public: - explicit Foo(const FooAlloc& /* unused */ = FooAlloc()) : value(false) {} + explicit Foo(const FooAlloc& /* unused */ = FooAlloc()) {} bool value = false; };