diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-25 10:22:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-25 10:22:24 +0200 |
commit | 87891a56cbfc739b32bc1720d21feece81bbafc3 (patch) | |
tree | 6c57e51c9ced4a2e38f729249fb9046f86cf9940 /libbuild2/context.hxx | |
parent | 80ed767a1e3482c26bc6f5da8c8e87db6e54669d (diff) |
Fix inconsistent loaded_modules_lock declaration
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r-- | libbuild2/context.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index 7d5d7a2..75147ef 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -40,7 +40,7 @@ namespace build2 struct opspec; - struct loaded_modules_lock; + class loaded_modules_lock; class LIBBUILD2_SYMEXPORT run_phase_mutex { |