From 68381760c89c01520ac2286f0fe48ce8c2ab9a41 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Apr 2018 14:07:04 +0200 Subject: Add support for note formatting in plain text output --- cli/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/source.cxx') diff --git a/cli/source.cxx b/cli/source.cxx index 282d5e5..be7ff3f 100644 --- a/cli/source.cxx +++ b/cli/source.cxx @@ -207,7 +207,7 @@ namespace inline void wrap_lines (ostream& os, - const string& d, + string& d, size_t indent = 0, size_t first = 0) { -- cgit v1.1