From 246390ab320623992c6f4fc2339bbe5ed23d2445 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Tue, 2 Dec 2014 21:55:50 +0200 Subject: MAINT-4631 Buildfix for Mac --- indra/llprimitive/lldaeloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(ind); -- cgit v1.2.3