summaryrefslogtreecommitdiff
path: root/cli/runtime-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/runtime-source.cxx')
-rw-r--r--cli/runtime-source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/runtime-source.cxx b/cli/runtime-source.cxx
index be29a57..cb0cde0 100644
--- a/cli/runtime-source.cxx
+++ b/cli/runtime-source.cxx
@@ -25,7 +25,7 @@ generate_runtime_source (context& ctx, bool complete)
os << endl;
- ctx.cli_open ();
+ ctx.ns_open (ctx.cli);
if (complete)
{
@@ -652,5 +652,5 @@ generate_runtime_source (context& ctx, bool complete)
<< "parser<T>::parse (x.*M, x.*S, s);"
<< "}";
- ctx.cli_close ();
+ ctx.ns_close (ctx.cli);
}