From d28c3c52a149b238361c26d157623608c8c06320 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 29 Jul 2022 14:47:32 +0200 Subject: [PATCH] [tuleap29468] : For Acceptance, fix compilation error --- src/GEOM_I/GEOM_IMeasureOperations_i.cc | 2 +- src/GEOM_I/GEOM_IMeasureOperations_i.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2