summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-11-18 16:24:36 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-11-18 16:24:36 +0200
commit75eb1e6ca6ccb501dba43ccdcaff5c500ca62170 (patch)
tree2a6bf4abcfc457a98704bb0373831248b79eb0c7 /indra/llprimitive/llmodel.h
parent4ae6f32ee16b21aed2235e96b99e18eebfdd82c6 (diff)
MAINT-6901 Linux build fix
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r--indra/llprimitive/llmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h
index 8fe025a352..8f07058dbd 100644
--- a/indra/llprimitive/llmodel.h
+++ b/indra/llprimitive/llmodel.h
@@ -172,7 +172,7 @@ public:
void addFace(const LLVolumeFace& face);
void sortVolumeFacesByMaterialName();
- static void normalizeModels(std::vector<LLPointer<LLModel>> model_list);
+ static void normalizeModels(std::vector<LLPointer<LLModel > > model_list);
void normalizeVolumeFaces();
void trimVolumeFacesToSize(U32 new_count = LL_SCULPT_MESH_MAX_FACES, LLVolume::face_list_t* remainder = NULL);
void optimizeVolumeFaces();