Salome HOME
Temporary commit proposed by DBV: to make unit-tests working while the compsolids...
[modules/shaper.git] / src / SketchSolver / SketchSolver_Constraint.h
index 0ceac28125645ed10fc5aa39649ccc1cc1d21695..2a12fc5e95e47b0fb8ee7e21a37cf086bd645f0a 100644 (file)
@@ -67,7 +67,7 @@ public:
   Slvs_hEntity getId(AttributePtr theAttribute) const;
 
   /// \brief Adds a feature to constraint and create its analogue in SolveSpace
-  void addFeature(FeaturePtr theFeature);
+  virtual void addFeature(FeaturePtr theFeature);
 
   /// \brief Shows error message
   const std::string& error() const