0032953: Coding - add missing references where applicable
[occt.git] / src / ShapeAnalysis / ShapeAnalysis_Curve.cxx
index 9813fb2..26ae1e8 100644 (file)
@@ -795,7 +795,7 @@ Standard_Integer ShapeAnalysis_Curve::SelectForwardSeam(const Handle(Geom2d_Curv
 // IsPlanar
 //=============================================================================
 
-static gp_XYZ GetAnyNormal ( gp_XYZ orig )
+static gp_XYZ GetAnyNormal (const gp_XYZ& orig)
 {
   gp_XYZ Norm;
   if ( Abs ( orig.Z() ) < Precision::Confusion() )