diff --git a/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H b/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H
index 78f2770d93b2320b526e4c2a838cee82ec1a73b0..de9fc0a4f3ba0f85eba278dd6327e9a140ba4afa 100644
--- a/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H
+++ b/src/OpenFOAM/primitives/labelSphericalTensor/labelSphericalTensor.H
@@ -49,7 +49,7 @@ namespace Foam
 typedef SphericalTensor<label> labelSphericalTensor;
 
 // Identity labelTensor
-static const labelSphericalTensor I(1);
+static const labelSphericalTensor labelI(1);
 
 //- Specify data associated with labelSphericalTensor type is contiguous
 template<>