diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2014-12-02 21:55:50 +0200 | 
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2014-12-02 21:55:50 +0200 | 
| commit | 246390ab320623992c6f4fc2339bbe5ed23d2445 (patch) | |
| tree | 26b79a43e57920a0ec165e52237d8082c0d7d277 | |
| parent | fa9077262d4935fec09339e0e917b7faeddb6ebe (diff) | |
MAINT-4631 Buildfix for Mac
| -rw-r--r-- | indra/llprimitive/lldaeloader.cpp | 2 | 
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); | 
