From d8509b41753c0e03eff15c462dbf09749218006f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 16:10:23 -0700 Subject: 3555 --- 028call_reply.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '028call_reply.cc') 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) { -- cgit 1.4.1-2-gfad0