From 771f4176ad578e1967e0407c31cefaf1c38081aa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2020 07:48:17 +0200 Subject: Rename target::member to target::adhoc_member --- libbuild2/cc/common.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/common.cxx') diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index cf6d546..6bd9ac3 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -673,7 +673,7 @@ namespace build2 { if (l.owns_lock ()) { - s->member = i; // We are first. + s->adhoc_member = i; // We are first. l.unlock (); } else -- cgit v1.1