aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/module.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-05-11 10:20:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:26:20 +0200
commitba1fb800d20e7757cd8523a0793f63cff137c7cf (patch)
tree62ec255b343869bbee904679ac1359ede309bdda /libbuild2/module.hxx
parent9cb494bcc3d6b9baab57158d833f59dccab693b8 (diff)
Use location_value in module_state
Diffstat (limited to 'libbuild2/module.hxx')
-rw-r--r--libbuild2/module.hxx2
1 files changed, 1 insertions, 1 deletions
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<build2::module> module;
- const location loc; // Boot location.
+ location_value loc; // Boot location.
};
struct module_map: std::map<string, module_state>