about summary refs log tree commit diff stats
path: root/028call_reply.cc
diff options
context:
space:
mode:
Diffstat (limited to '028call_reply.cc')
-rw-r--r--028call_reply.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/028call_reply.cc b/028call_reply.cc
index ea853058..067fd010 100644
--- a/028call_reply.cc
+++ b/028call_reply.cc
@@ -48,7 +48,7 @@ case RETURN: {
 :(before "End Checks")
 Transform.push_back(check_types_of_reply_instructions);  // idempotent
 :(code)
-void check_types_of_reply_instructions(recipe_ordinal r) {
+void check_types_of_reply_instructions(const recipe_ordinal r) {
   const recipe& caller = get(Recipe, r);
   trace(9991, "transform") << "--- check types of reply instructions in recipe " << caller.name << end();
   for (int i = 0;  i < SIZE(caller.steps);  ++i) {