diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 14:39:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 14:39:46 +0200 |
commit | 75d03492c0a42031a987969a6eb20dd2121f54d1 (patch) | |
tree | 967f3fd866c28c9e03c96b02dddf067da38f1a90 /build/target | |
parent | ca41ca8f9a6b21588248e5fee1a013363f3f52a8 (diff) |
Rename set_key to map_key; feels more correct
Diffstat (limited to 'build/target')
-rw-r--r-- | build/target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target b/build/target index 4405104..c961315 100644 --- a/build/target +++ b/build/target @@ -17,7 +17,7 @@ #include <utility> // move() #include <build/path> -#include <build/key-set> +#include <build/map-key> // map_iterator_adapter #include <build/timestamp> #include <build/name> #include <build/operation> |