From dfb1415d5eaf006ee45235f275d17f52d3db38e5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 18 May 2020 12:06:16 +0300 Subject: Add dump(ostream,script::lines) (partial implementation) --- libbuild2/script/token.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/script/token.hxx') diff --git a/libbuild2/script/token.hxx b/libbuild2/script/token.hxx index 0630e46..a2ccaee 100644 --- a/libbuild2/script/token.hxx +++ b/libbuild2/script/token.hxx @@ -49,7 +49,7 @@ namespace build2 }; void - token_printer (ostream&, const token&, bool); + token_printer (ostream&, const token&, print_mode); } } -- cgit v1.1