summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-11-30 16:24:32 -0500
committerNat Goodspeed <nat@lindenlab.com>2016-11-30 16:24:32 -0500
commitd4b23ccb8ab79425d7962def3be940d3dcd951ca (patch)
tree1b0fc447f004197abfd036597ebc3c17c73687c4 /indra
parent55ce854a0c1b80a08461af0aea8e5bcd5ee1201f (diff)
DRTVWR-418: VertexMap::mapped_type -> size_t: we store map.size().
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/lldependencies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lldependencies.h b/indra/llcommon/lldependencies.h
index 125bd6a835..de214a8943 100644
--- a/indra/llcommon/lldependencies.h
+++ b/indra/llcommon/lldependencies.h
@@ -508,7 +508,7 @@ public:
// been explicitly added. Rely on std::map rejecting a second attempt
// to insert the same key. Use the map's size() as the vertex number
// to get a distinct value for each successful insertion.
- typedef std::map<KEY, int> VertexMap;
+ typedef std::map<KEY, std::size_t> VertexMap;
VertexMap vmap;
// Nest each of these loops because !@#$%? MSVC warns us that its
// former broken behavior has finally been fixed -- and our builds