From: dbv Date: Thu, 3 Mar 2016 09:38:56 +0000 (+0300) Subject: Compilation fix X-Git-Tag: V_2.2.0~20^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=29e40e5c48e4ac68c20cfc0bf202d6e01f7fb2e3;p=modules%2Fshaper.git Compilation fix --- diff --git a/src/SketchPlugin/SketchPlugin_ConstraintFillet.h b/src/SketchPlugin/SketchPlugin_ConstraintFillet.h index b1199bcb8..bd8a51888 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintFillet.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintFillet.h @@ -26,7 +26,7 @@ class SketchPlugin_ConstraintFillet : public SketchPlugin_ConstraintBase { public: struct FilletFeatures { - std::list> baseEdgesState; ///< list of objects the fillet is based and its states + std::list baseEdges; ///< list of objects the fillet is based std::list resultEdges; ///< list of result edges std::list resultConstraints; ///< list of constraints provided by the fillet };