]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Compilation fix
authordbv <dbv@opencascade.com>
Thu, 3 Mar 2016 09:38:56 +0000 (12:38 +0300)
committerdbv <dbv@opencascade.com>
Thu, 3 Mar 2016 09:39:32 +0000 (12:39 +0300)
src/SketchPlugin/SketchPlugin_ConstraintFillet.h

index b1199bcb89c5f3e3b12aad061884138127cdcc98..bd8a518882c0ea2a0be1956fb971da2d9d6957e2 100644 (file)
@@ -26,7 +26,7 @@ class SketchPlugin_ConstraintFillet : public SketchPlugin_ConstraintBase
 {
  public:
    struct FilletFeatures {
-    std::list<std::pair<FeaturePtr, bool>> baseEdgesState; ///< list of objects the fillet is based and its states
+    std::list<FeaturePtr> baseEdges; ///< list of objects the fillet is based
     std::list<FeaturePtr> resultEdges; ///< list of result edges
     std::list<FeaturePtr> resultConstraints; ///< list of constraints provided by the fillet
    };