From ba1fb800d20e7757cd8523a0793f63cff137c7cf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 May 2020 10:20:02 +0200 Subject: Use location_value in module_state --- libbuild2/module.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/module.hxx') diff --git a/libbuild2/module.hxx b/libbuild2/module.hxx index b2b42e4..f97bc60 100644 --- a/libbuild2/module.hxx +++ b/libbuild2/module.hxx @@ -127,7 +127,7 @@ namespace build2 bool first; // True if the boot'ed module must be init'ed first. module_init_function* init; shared_ptr module; - const location loc; // Boot location. + location_value loc; // Boot location. }; struct module_map: std::map -- cgit v1.1