Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
normalize s_type class part 3
[simgrid.git] / src / instr / instr_paje_containers.cpp
index d92944f..7bae0bb 100644 (file)
@@ -124,7 +124,7 @@ container_t PJ_container_new (const char *name, e_container_types kind, containe
         THROWF (tracing_error, 0, "new container kind is unknown.");
         break;
     }
-    type_t type = Type::getOrNull (typeNameBuff, newContainer->father->type);
+    Type* type = Type::getOrNull (typeNameBuff, newContainer->father->type);
     if (type == nullptr){
       newContainer->type = Type::containerNew (typeNameBuff, newContainer->father->type);
     }else{