about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:10:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:10:23 -0700
commitd8509b41753c0e03eff15c462dbf09749218006f (patch)
tree54313e0b9c0e73d85853afc012976b4bce82d020 /030container.cc
parent3b107f1863930433e771a630dfbba095fa1fd6b0 (diff)
downloadmu-d8509b41753c0e03eff15c462dbf09749218006f.tar.gz
3555
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
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) {