aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-path.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/functions-path.cxx')
-rw-r--r--libbuild2/functions-path.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/functions-path.cxx b/libbuild2/functions-path.cxx
index 6e39812..03f9be3 100644
--- a/libbuild2/functions-path.cxx
+++ b/libbuild2/functions-path.cxx
@@ -96,9 +96,9 @@ namespace build2
}
void
- path_functions ()
+ path_functions (function_map& m)
{
- function_family f ("path", &path_thunk);
+ function_family f (m, "path", &path_thunk);
// string
//
@@ -343,7 +343,7 @@ namespace build2
// Path-specific overloads from builtins.
//
- function_family b ("builtin", &path_thunk);
+ function_family b (m, "builtin", &path_thunk);
b[".concat"] = &concat_path_string;
b[".concat"] = &concat_dir_path_string;