diff options
-rw-r--r-- | 058shape_shifting_container.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/058shape_shifting_container.cc b/058shape_shifting_container.cc index 08cadda3..2a970a3f 100644 --- a/058shape_shifting_container.cc +++ b/058shape_shifting_container.cc @@ -292,6 +292,7 @@ void replace_type_ingredients(type_tree* element_type, string_tree* element_type replace_type_ingredients(old_right, old_right_name, callsite_type, callsite_type_name, container_info); } else { + replace_type_ingredients(element_type->left, element_type_name->left, callsite_type, callsite_type_name, container_info); replace_type_ingredients(element_type->right, element_type_name->right, callsite_type, callsite_type_name, container_info); } } |