diff options
Diffstat (limited to 'cpp/035call')
-rw-r--r-- | cpp/035call | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/035call b/cpp/035call index 2f9b0f15..0c84056e 100644 --- a/cpp/035call +++ b/cpp/035call @@ -48,9 +48,9 @@ struct routine { const vector<instruction>& steps() const; }; :(code) - routine::routine(recipe_number r) { - calls.push(call(r)); - } +routine::routine(recipe_number r) { + calls.push(call(r)); +} //:: now update routine's helpers |