aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-16 16:05:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-16 16:28:12 +0300
commit320e849d17597aef40b9e3e62f79319f13f97e45 (patch)
tree9d6e4254c5461bfd3547aa4aa2d21057f77ee1b9 /build2/scope.hxx
parent5d54628076bd7fc97e90c81b6d0df0fef4ceae20 (diff)
Fix uncaught invalid_path exception
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope.hxx b/build2/scope.hxx
index 0bfd76e..527ff86 100644
--- a/build2/scope.hxx
+++ b/build2/scope.hxx
@@ -218,7 +218,7 @@ namespace build2
// necessarily normalized). Return NULL if not found.
//
const target_type*
- find_target_type (name&, optional<string>& ext) const;
+ find_target_type (name&, optional<string>& ext, const location&) const;
// Dynamically derive a new target type from an existing one. Return the
// reference to the target type and an indicator of whether it was