From: nds Date: Tue, 1 Mar 2016 04:11:15 +0000 (+0300) Subject: Linux compilation correction X-Git-Tag: V_2.2.0~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c98b836423030f3de98a7019d2b92476a558b0ab;p=modules%2Fshaper.git Linux compilation correction --- diff --git a/src/PartSet/PartSet_Tools.h b/src/PartSet/PartSet_Tools.h index 752951dbd..316d484a4 100755 --- a/src/PartSet/PartSet_Tools.h +++ b/src/PartSet/PartSet_Tools.h @@ -115,7 +115,7 @@ public: /// \param theFeature a feature with sub-feature attributes /// \param thePoint a point to provided searched coordinates /// \return found point or null - static std::shared_ptr PartSet_Tools::findFirstEqualPointInArgumentFeatures( + static std::shared_ptr findFirstEqualPointInArgumentFeatures( const FeaturePtr& theFeature, const std::shared_ptr& thePoint); /// Finds in the feature first Point2D attribute with the given point coordinates