diff --git a/kratos/includes/registry.h b/kratos/includes/registry.h index ccae39c7e24..f764cbc4fcc 100644 --- a/kratos/includes/registry.h +++ b/kratos/includes/registry.h @@ -130,7 +130,7 @@ class KRATOS_API(KRATOS_CORE) Registry final return mspRootRegistryItem->end(); } - static auto const cend() + static auto cend() { return mspRootRegistryItem->cend(); }