diff --git a/framework/debug_info.h b/framework/debug_info.h index 93fc8d968..d6ce26ef4 100644 --- a/framework/debug_info.h +++ b/framework/debug_info.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2019-2024, Arm Limited and Contributors +/* Copyright (c) 2019-2025, Arm Limited and Contributors * * SPDX-License-Identifier: Apache-2.0 * @@ -191,7 +191,7 @@ class DebugInfo { if (field->label == label) { - if (dynamic_cast *>(field.get())) + if (dynamic_cast *>(field.get())) { field = std::make_unique>(label, args...); }