X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.h;h=dc4a228cbc80aa1dbe7f5917ced4dd3c9a0fee4d;hb=3b741a32c4706a6a78906aa6b12ef85628277037;hp=62abd9eef9f3dd643fa9de391f78bea3c6c92f03;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.h b/src/SketchPlugin/SketchPlugin_Constraint.h index 62abd9eef..dc4a228cb 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.h +++ b/src/SketchPlugin/SketchPlugin_Constraint.h @@ -79,9 +79,9 @@ class SketchPlugin_Constraint : public SketchPlugin_Feature protected: /// \brief Use plugin manager for features creation - SketchPlugin_Constraint() - { - } + SketchPlugin_Constraint(); }; +typedef std::shared_ptr ConstraintPtr; + #endif