diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 858bd9edeabc484378fe557b007b9de008cc72cc..fb2de92e351d41c646f14a8106d99dfcffcc18f9 100644
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -2250,7 +2250,6 @@ void LLVolume::copyVolumeFaces(LLVolume* volume)
 	mIsTetrahedron = FALSE;
 }
 
-S32 const LL_SCULPT_MESH_MAX_FACES = 8;
 
 S32	LLVolume::getNumFaces() const
 {
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index 8e57f2e280770ea31736b7aeea0b3a9c124514a4..59c60ccd92bc9aff2ca5145d86d8440b3363eb24 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -192,6 +192,7 @@ const U8 LL_SCULPT_TYPE_MESH      = 5;
 const U8 LL_SCULPT_FLAG_INVERT    = 64;
 const U8 LL_SCULPT_FLAG_MIRROR    = 128;
 
+const S32 LL_SCULPT_MESH_MAX_FACES = 8;
 
 class LLProfileParams
 {