about summary refs log tree commit diff stats
path: root/062convert_ingredients_to_text.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 /062convert_ingredients_to_text.cc
parent3b107f1863930433e771a630dfbba095fa1fd6b0 (diff)
downloadmu-d8509b41753c0e03eff15c462dbf09749218006f.tar.gz
3555
Diffstat (limited to '062convert_ingredients_to_text.cc')
-rw-r--r--062convert_ingredients_to_text.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/062convert_ingredients_to_text.cc b/062convert_ingredients_to_text.cc
index c67b58c7..642de92f 100644
--- a/062convert_ingredients_to_text.cc
+++ b/062convert_ingredients_to_text.cc
@@ -57,7 +57,7 @@ def bar -> x:foo [
 Transform.push_back(convert_ingredients_to_text);  // idempotent
 
 :(code)
-void convert_ingredients_to_text(recipe_ordinal r) {
+void convert_ingredients_to_text(const recipe_ordinal r) {
   recipe& caller = get(Recipe, r);
   trace(9991, "transform") << "--- convert some ingredients to text in recipe " << caller.name << end();
   // in recipes without named locations, 'stash' is still not extensible