From b85b7ad1e985c14d0420002229665c9edda53ab5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Aug 2019 16:27:20 +0200 Subject: Functions --- libbuild2/in/rule.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbuild2/in/rule.cxx') diff --git a/libbuild2/in/rule.cxx b/libbuild2/in/rule.cxx index 434250e..de7ad88 100644 --- a/libbuild2/in/rule.cxx +++ b/libbuild2/in/rule.cxx @@ -435,10 +435,10 @@ namespace build2 return convert ( v.type == nullptr ? move (v) - : functions.call (&t.base_scope (), - "string", - vector_view (&v, 1), - l)); + : t.ctx.functions.call (&t.base_scope (), + "string", + vector_view (&v, 1), + l)); } catch (const invalid_argument& e) { -- cgit v1.1