diff --git a/src/writer/spirv/test_helper.h b/src/writer/spirv/test_helper.h index 94dc745ef9..46146e0176 100644 --- a/src/writer/spirv/test_helper.h +++ b/src/writer/spirv/test_helper.h @@ -34,7 +34,7 @@ template class TestHelperBase : public ast::BuilderWithContext, public BASE { public: TestHelperBase() : td(ctx, &mod), b(ctx, &mod) {} - ~TestHelperBase() = default; + ~TestHelperBase() override = default; /// The module ast::Module mod;