diff options
Diffstat (limited to '030container.cc')
-rw-r--r-- | 030container.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc index 03e146ec..e11475a6 100644 --- a/030container.cc +++ b/030container.cc @@ -177,7 +177,7 @@ const type_tree* root_type(const type_tree* t) { :(after "End Type Modifying Transforms") Transform.push_back(compute_container_sizes); // idempotent :(code) -void compute_container_sizes(recipe_ordinal r) { +void compute_container_sizes(const recipe_ordinal r) { recipe& caller = get(Recipe, r); trace(9992, "transform") << "--- compute container sizes for " << caller.name << end(); for (int i = 0; i < SIZE(caller.steps); ++i) { |