From: Anthony Geay Date: Fri, 29 Jul 2022 12:47:32 +0000 (+0200) Subject: [tuleap29468] : For Acceptance, fix compilation error X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d28c3c52a149b238361c26d157623608c8c06320;p=modules%2Fgeom.git [tuleap29468] : For Acceptance, fix compilation error --- diff --git a/src/GEOM_I/GEOM_IMeasureOperations_i.cc b/src/GEOM_I/GEOM_IMeasureOperations_i.cc index a41f597d0..e829aceab 100644 --- a/src/GEOM_I/GEOM_IMeasureOperations_i.cc +++ b/src/GEOM_I/GEOM_IMeasureOperations_i.cc @@ -1477,7 +1477,7 @@ GEOM::GEOM_Object_ptr GEOM_IMeasureOperations_i::ShapeProximityCalculator(GEOM:: //============================================================================= void GEOM_IMeasureOperations_i::SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator, GEOM::GEOM_Object_ptr theShape, - long theNbSamples) + CORBA::Long theNbSamples) { //Set a not done flag GetOperations()->SetNotDone(); diff --git a/src/GEOM_I/GEOM_IMeasureOperations_i.hh b/src/GEOM_I/GEOM_IMeasureOperations_i.hh index bcaf83c98..ded2f9c41 100644 --- a/src/GEOM_I/GEOM_IMeasureOperations_i.hh +++ b/src/GEOM_I/GEOM_IMeasureOperations_i.hh @@ -196,7 +196,7 @@ class GEOM_I_EXPORT GEOM_IMeasureOperations_i : GEOM::GEOM_Object_ptr theShape2); void SetShapeSampling(GEOM::GEOM_Object_ptr theCalculator, GEOM::GEOM_Object_ptr theShape, - long theNbSamples); + CORBA::Long theNbSamples); CORBA::Double GetCoarseProximity(GEOM::GEOM_Object_ptr theCalculator); CORBA::Double GetPreciseProximity(GEOM::GEOM_Object_ptr theCalculator);