summaryrefslogtreecommitdiff
path: root/cli/runtime-inline.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-19 14:53:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-19 14:53:52 +0200
commit813e4744038ec3a1ca8095111074c1cb2a824d83 (patch)
treec4cda65a3280c09c50c0a3e227cdff5b43240247 /cli/runtime-inline.cxx
parent3e34f8ac2ba3b719f13a8f9ef7422cbee8b02192 (diff)
Implement entire page usage generation
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);
}