summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-12-02 21:55:50 +0200
committerandreykproductengine <akleshchev@productengine.com>2014-12-02 21:55:50 +0200
commit246390ab320623992c6f4fc2339bbe5ed23d2445 (patch)
tree26b79a43e57920a0ec165e52237d8082c0d7d277
parentfa9077262d4935fec09339e0e917b7faeddb6ebe (diff)
MAINT-4631 Buildfix for Mac
-rw-r--r--indra/llprimitive/lldaeloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/lldaeloader.cpp b/indra/llprimitive/lldaeloader.cpp
index 40b78ffa9d..ff71d52138 100644
--- a/indra/llprimitive/lldaeloader.cpp
+++ b/indra/llprimitive/lldaeloader.cpp
@@ -2133,7 +2133,7 @@ std::string LLDAELoader::getElementLabel(daeElement *element)
std::string index_string;
if (parent)
{
- U32 ind = 0;
+ size_t ind = 0;
parent->getChildren().find(element, ind);
index_string = "_" + boost::lexical_cast<std::string>(ind);