diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-01 10:45:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-01 10:47:13 +0200 |
commit | f7e9830c0c413f05737002dcc8d06e73cb379980 (patch) | |
tree | d5195010b6ca66a270ead105302ef918bff07f0f /build/operation.cxx | |
parent | 17b3a78696f0b1fd6f0f60d53ec568cf3b9e32b4 (diff) |
Group state support
Diffstat (limited to 'build/operation.cxx')
-rw-r--r-- | build/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |