Salome HOME
Object Browser tree needed method implementation
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_SensitivePoint.h
index 408bec8e4887034f1e34bdbe5386709303d0aeba..033b81a0dabd7c8e1d18bd479d0fa23b45db7025 100644 (file)
@@ -45,7 +45,8 @@ public:
   //! Returns bounding box of the point. If location
   //! transformation is set, it will be applied
   Standard_EXPORT virtual Select3D_BndBox3d BoundingBox() Standard_OVERRIDE;
-  
+
+  Standard_EXPORT virtual void Clear() Standard_OVERRIDE;
 
   DEFINE_STANDARD_RTTI(SketcherPrs_SensitivePoint)