From fa134bbf4d9220d715240436d8a97ecf2e72c045 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 2 Feb 2018 15:14:15 -0600 Subject: [PATCH] minor change, const ptr [ROCm/rocprofiler commit: a3fc58e966298ca6ed03bb1428b40cbcad292902] --- projects/rocprofiler/src/core/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/src/core/context.h b/projects/rocprofiler/src/core/context.h index 9b9a59cad9..59e24ed70c 100644 --- a/projects/rocprofiler/src/core/context.h +++ b/projects/rocprofiler/src/core/context.h @@ -460,7 +460,7 @@ class Context { // Profile group set std::vector set_; // Metrics dictionary - MetricsDict* metrics_; + const MetricsDict* metrics_; // Groups map std::map groups_map_; // Info map