From c02478c4010d54acfaed0318a2c2c689b468e92e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 16:27:36 -0700 Subject: 3558 --- html/054static_dispatch.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/054static_dispatch.cc.html') diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index 62674558..eee71984 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -187,7 +187,7 @@ Transform.push_back(; :(code) -void resolve_ambiguous_calls(recipe_ordinal r) { +void resolve_ambiguous_calls(const recipe_ordinal r) { recipe& caller_recipe = get(Recipe, r); trace(9991, "transform") << "--- resolve ambiguous calls for recipe " << caller_recipe.name << end(); for (int index = 0; index < SIZE(caller_recipe.steps); ++index) { @@ -595,7 +595,7 @@ $error: 0 +mem: storing 35 in location 1 :(code) -string header_label(recipe_ordinal r) { +string header_label(const recipe_ordinal r) { return header_label(get(Recipe, r)); } string header_label(const recipe& caller) { -- cgit 1.4.1-2-gfad0