summaryrefslogtreecommitdiff
path: root/cli/runtime-inline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/runtime-inline.cxx')
-rw-r--r--cli/runtime-inline.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/runtime-inline.cxx b/cli/runtime-inline.cxx
index cb0e0e4..15efa8d 100644
--- a/cli/runtime-inline.cxx
+++ b/cli/runtime-inline.cxx
@@ -14,7 +14,7 @@ generate_runtime_inline (context& ctx)
string const& inl (ctx.inl);
string const& os_type (ctx.options.ostream_type ());
- ctx.cli_open ();
+ ctx.ns_open (ctx.cli);
// unknown_mode
//
@@ -305,5 +305,5 @@ generate_runtime_inline (context& ctx)
<< "}";
}
- ctx.cli_close ();
+ ctx.ns_close (ctx.cli);
}