diff options
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r-- | build2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 8203b08..156a209 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -292,7 +292,7 @@ namespace build2 // First try the map for the actual operation. If that doesn't yeld // anything, try the wildcard map. // - for (size_t oi (o), oip (o); oip != 0; oip = oi, oi = 0) + for (operation_id oi (o), oip (o); oip != 0; oip = oi, oi = 0) { const target_type_rule_map* ttm ((*om)[oi]); |