From f7e9830c0c413f05737002dcc8d06e73cb379980 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Jul 2015 10:45:14 +0200 Subject: Group state support --- build/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/operation.cxx') diff --git a/build/operation.cxx b/build/operation.cxx index f0594ad..4c32d42 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -126,7 +126,7 @@ namespace build // for (target& t: psp) { - switch (t.state) + switch (t.state ()) { case target_state::postponed: { -- cgit v1.1