From: emv Date: Fri, 21 Nov 2014 13:35:25 +0000 (+0300) Subject: Fix to eliminate the warning. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=60b6184b4a630438721b3ac97b67bc2d7a2d7325;p=occt-copy.git Fix to eliminate the warning. --- 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;