summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index 33dc58e..0170c7c 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -95,10 +95,10 @@ public:
// If para is true, start a new paragraph.
//
- static string
+ string
format (output_type, string const&, bool para);
- static void
+ void
format_line (output_type, string&, const char*, size_t);
public: