aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index 652c2e8..20d3cf7 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -169,7 +169,7 @@ namespace bdep
using package_locations = vector<package_location>;
package_locations
- load_packages (const dir_path& prj);
+ load_packages (const dir_path& prj, bool allow_empty = false);
struct project_packages
{