From 07e0d37aba5cd72ff2d53eda654a4d5466e38627 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Nov 2019 00:17:47 +0300 Subject: Use path_name for `-` to stdin/stdout translation --- libbuild2/file.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/file.hxx') diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index 78bd049..ce57933 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -77,7 +77,7 @@ namespace build2 // diagnostics. // LIBBUILD2_SYMEXPORT void - source (scope& root, scope& base, istream&, const path& name); + source (scope& root, scope& base, istream&, const path_name&); // As above, but extract from a lexer (this could be useful for sourcing // stdin that requires parse_variable()). -- cgit v1.1