aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-29 21:14:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-01 17:03:23 +0300
commitaaa67b496c2abf1816aeadc83beac5ea8e2f681f (patch)
tree42db89be9065fc519a1a310490d686943c7c5f46 /bdep/project.hxx
parentb937ec2bf461ec06bf601e854f694e86060eba59 (diff)
Adapt to adding ext_mods parameter to butl::b_info()
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 609c144..35b9441 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -273,7 +273,7 @@ namespace bdep
using package_info = butl::b_project_info;
package_info
- package_b_info (const common_options&, const dir_path&);
+ package_b_info (const common_options&, const dir_path&, bool ext_mods);
}
#endif // BDEP_PROJECT_HXX