about summary refs log tree commit diff stats
path: root/013update_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to '013update_operation.cc')
-rw-r--r--013update_operation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/013update_operation.cc b/013update_operation.cc
index 64cd66f8..418b3563 100644
--- a/013update_operation.cc
+++ b/013update_operation.cc
@@ -5,7 +5,7 @@
 Transform.push_back(update_instruction_operations);  // idempotent
 
 :(code)
-void update_instruction_operations(recipe_ordinal r) {
+void update_instruction_operations(const recipe_ordinal r) {
   trace(9991, "transform") << "--- compute instruction operations for recipe " << get(Recipe, r).name << end();
   recipe& caller = get(Recipe, r);
 //?   cerr << "--- compute instruction operations for recipe " << caller.name << '\n';