From 861555876837449fd8fc480845f642dab4a68b1e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Nov 2019 15:59:58 +0300 Subject: Use path_name in cc::lexer class --- libbuild2/cc/parser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/parser.hxx') diff --git a/libbuild2/cc/parser.hxx b/libbuild2/cc/parser.hxx index 324b62a..cc2eaa3 100644 --- a/libbuild2/cc/parser.hxx +++ b/libbuild2/cc/parser.hxx @@ -25,7 +25,7 @@ namespace build2 { public: unit - parse (ifdstream&, const path& name); + parse (ifdstream&, const path_name&); private: void -- cgit v1.1