Salome HOME
Issue #529: 4.07. Import IGES, export to BREP, STEP, IGES - Tests for Import/Export
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.h
index c621c58f562539c7bf06f93233ec821e3ea4330d..49f98b0cfb4983daacf7095704474f8d9acd49f6 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_Constraint.h
 // Created: 08 May 2014
 // Author:  Artem ZHIDKOV
@@ -82,4 +84,6 @@ class SketchPlugin_Constraint : public SketchPlugin_Feature
   }
 };
 
+typedef std::shared_ptr<SketchPlugin_Constraint> ConstraintPtr;
+
 #endif