0026042: OCCT won't work with the latest Xcode
[occt.git] / src / ProjLib / ProjLib_ProjectOnSurface.cxx
index 8a7f8f3..58e6684 100644 (file)
@@ -207,8 +207,8 @@ void ProjLib_ProjectOnSurface::Load(const Handle(Adaptor3d_HCurve)& C,
       //Augmentation eventuelle du degre
       Standard_Integer Inc = MaxDeg - MC.Degree();
       if ( Inc > 0) {
-       BSplCLib::IncreaseDegree( Inc, LocalPoles, PLib::NoWeights(),
-                                TempPoles, PLib::NoWeights());
+       BSplCLib::IncreaseDegree( Inc, LocalPoles, BSplCLib::NoWeights(),
+                                TempPoles, BSplCLib::NoWeights());
          //mise a jour des poles de la PCurve
          for (Standard_Integer j = 1 ; j <= MaxDeg + 1; j++) {
            Poles.SetValue( Compt, TempPoles( j));