]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintAngle.h
Salome HOME
Remove 'override' keyword due to non-supported by old version of GCC
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintAngle.h
index 1c6883c063eb2f08709ae236546ab33e7f94ad49..ffd0dffc8d09bc480388a4f2d0ea657018ab059b 100644 (file)
@@ -22,14 +22,14 @@ public:
   {}
 
   /// \brief This method is used in derived objects to check consistence of constraint.
-  virtual void adjustConstraint() override;
+  virtual void adjustConstraint();
 
 protected:
   /// \brief Generate list of attributes of constraint in order useful for constraints
   /// \param[out] theValue      numerical characteristic of constraint (e.g. distance)
   /// \param[out] theAttributes list of attributes to be filled
   virtual void getAttributes(EntityWrapperPtr&              theValue,
-                             std::vector<EntityWrapperPtr>& theAttributes) override;
+                             std::vector<EntityWrapperPtr>& theAttributes);
 
 private:
   int    myType;