aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/parser.cxx')
-rw-r--r--build2/cc/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/parser.cxx b/build2/cc/parser.cxx
index a97a98b..fcb6265 100644
--- a/build2/cc/parser.cxx
+++ b/build2/cc/parser.cxx
@@ -16,7 +16,7 @@ namespace build2
using type = token_type;
translation_unit parser::
- parse (istream& is, const path& name)
+ parse (ifdstream& is, const path& name)
{
lexer l (is, name);
l_ = &l;