From 87891a56cbfc739b32bc1720d21feece81bbafc3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Oct 2019 10:22:24 +0200 Subject: Fix inconsistent loaded_modules_lock declaration --- libbuild2/context.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/context.hxx') 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 { -- cgit v1.1