From 60b6184b4a630438721b3ac97b67bc2d7a2d7325 Mon Sep 17 00:00:00 2001 From: emv Date: Fri, 21 Nov 2014 16:35:25 +0300 Subject: [PATCH] Fix to eliminate the warning. --- src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl b/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl index bc596b6a9b..cbd7a80c06 100644 --- a/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl +++ b/src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl @@ -172,10 +172,12 @@ is ---C++: inline ---Purpose: Returns the additional tolerance - UpdateTolerances(me:out); + UpdateTolerances(me:out) + is protected; ---Purpose: Updates the shapes tolerance values. - SetDefaultTolerances(me:out); + SetDefaultTolerances(me:out) + is protected; ---Purpose: Reverts the tolerance values for all entities to default values. fields @@ -194,7 +196,7 @@ fields myContinuityMode : Boolean from Standard; myEmpty1,myEmpty2 : Boolean from Standard; myResult : ListOfCheckResult from BOPAlgo; - myFuzzyValue : Real from Standard is protected; + myFuzzyValue : Real from Standard; myToleranceMap : DataMapOfShapeReal from BOPCol; end ArgumentAnalyzer; -- 2.39.5