From c98b836423030f3de98a7019d2b92476a558b0ab Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 1 Mar 2016 07:11:15 +0300 Subject: [PATCH] Linux compilation correction --- src/PartSet/PartSet_Tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2