Salome HOME
Merge remote-tracking branch 'origin/Dev_1.1.0' into Dev_1.1.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_ValidatorLinearEdge.h
index f88527abfffda8d02c9e84c48e71d7f7e3a0fe22..a2b3159360a6d3a420801505d8b1d06bf7717ffc 100644 (file)
@@ -10,8 +10,6 @@
 #include "ModuleBase.h"
 #include "ModelAPI_AttributeValidator.h"
 
-#include <StdSelect_TypeOfEdge.hxx>
-
 /**
 * \ingroup Validators
 * A validator of selection
@@ -35,7 +33,7 @@ class ModuleBase_ValidatorLinearEdge : public ModelAPI_AttributeValidator
   MODULEBASE_EXPORT virtual bool isValid(const AttributePtr& theAttribute,
                                          const std::list<std::string>& theArguments) const;
 protected:
-  /// Convert string to StdSelect_TypeOfFace value
+  /// Convert string to TypeOfEdge value
   /// \param theType a string value
   static TypeOfEdge edgeType(const std::string& theType);
 };