From 92d277d12e5023d9b84407bb727311e38a98715d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 31 Oct 2015 14:47:28 +0200 Subject: Parse and enter documentation variables --- cli/parser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/parser.hxx') diff --git a/cli/parser.hxx b/cli/parser.hxx index e3b1fee..733921a 100644 --- a/cli/parser.hxx +++ b/cli/parser.hxx @@ -56,7 +56,7 @@ private: option_def (token&); std::string - doc_string (token&); + doc_string (const char*, std::size_t); bool qualified_name (token&, std::string& name); -- cgit v1.1