]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Linux compilation correction
authornds <nds@opencascade.com>
Tue, 1 Mar 2016 04:11:15 +0000 (07:11 +0300)
committernds <nds@opencascade.com>
Tue, 1 Mar 2016 04:11:15 +0000 (07:11 +0300)
src/PartSet/PartSet_Tools.h

index 752951dbd73c1962238324d13252c084310d4cf1..316d484a4e16730680d97453cd37a8b7a7f294f1 100755 (executable)
@@ -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<GeomDataAPI_Point2D> PartSet_Tools::findFirstEqualPointInArgumentFeatures(
+  static std::shared_ptr<GeomDataAPI_Point2D> findFirstEqualPointInArgumentFeatures(
                   const FeaturePtr& theFeature, const std::shared_ptr<GeomAPI_Pnt2d>& thePoint);
 
   /// Finds in the feature first Point2D attribute with the given point coordinates