X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Constraint.h;h=dc4a228cbc80aa1dbe7f5917ced4dd3c9a0fee4d;hb=3b741a32c4706a6a78906aa6b12ef85628277037;hp=c621c58f562539c7bf06f93233ec821e3ea4330d;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Constraint.h b/src/SketchPlugin/SketchPlugin_Constraint.h index c621c58f5..dc4a228cb 100644 --- a/src/SketchPlugin/SketchPlugin_Constraint.h +++ b/src/SketchPlugin/SketchPlugin_Constraint.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> + // File: SketchPlugin_Constraint.h // Created: 08 May 2014 // Author: Artem ZHIDKOV @@ -77,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