aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/init.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-03 00:49:14 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:37 +0200
commitd933699b4dd106c227f8d07a2471d5f39f1c82af (patch)
tree4f6c6f962b4d0aaf7c5439d440f6376ebbb7deb0 /build2/cli/init.cxx
parente4feb8be8bc8667b62574da521cd53ebc94b4afc (diff)
Adopt to auto_fd introduced to libbutl fdstreams and process
Diffstat (limited to 'build2/cli/init.cxx')
-rw-r--r--build2/cli/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cli/init.cxx b/build2/cli/init.cxx
index b41e095..093cdbb 100644
--- a/build2/cli/init.cxx
+++ b/build2/cli/init.cxx
@@ -100,7 +100,7 @@ namespace build2
try
{
- ifdstream is (pr.in_ofd, fdstream_mode::skip);
+ ifdstream is (move (pr.in_ofd), fdstream_mode::skip);
// The version should be the last word on the first line.
//