From 8f9dca01ff99392fc22351aa153aa78a9aa72286 Mon Sep 17 00:00:00 2001 From: SUTER Frederic Date: Fri, 3 Sep 2021 07:53:52 +0200 Subject: [PATCH] forgot one access to now private field --- src/smpi/internals/instr_smpi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/internals/instr_smpi.cpp b/src/smpi/internals/instr_smpi.cpp index f3e1b4129a..ad52a2e88b 100644 --- a/src/smpi/internals/instr_smpi.cpp +++ b/src/smpi/internals/instr_smpi.cpp @@ -174,7 +174,7 @@ void TRACE_smpi_init(aid_t pid, const std::string& calling_func) * Check whether this variable already exists or not. Otherwise, it will be created * multiple times but only the last one would be used... */ - container->type_->by_name_or_create(it.first, ""); + container->get_type()->by_name_or_create(it.first, ""); } #endif } -- 2.20.1