aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.cxx')
-rw-r--r--bdep/project.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project.cxx b/bdep/project.cxx
index 64f82ca..6b5ee30 100644
--- a/bdep/project.cxx
+++ b/bdep/project.cxx
@@ -240,7 +240,7 @@ namespace bdep
{
// Name is to be extracted later.
//
- r.packages.push_back (move (package_location {"", *p.package}));
+ r.packages.push_back (package_location {"", *p.package});
}
}