Salome HOME
Issue #653 - Double and triple click edges -- Fix Debian dynamic_pointer_cast problem...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Constraint.h
index 49f98b0cfb4983daacf7095704474f8d9acd49f6..dc4a228cbc80aa1dbe7f5917ced4dd3c9a0fee4d 100644 (file)
@@ -79,9 +79,7 @@ class SketchPlugin_Constraint : public SketchPlugin_Feature
 
  protected:
   /// \brief Use plugin manager for features creation
-  SketchPlugin_Constraint()
-  {
-  }
+  SketchPlugin_Constraint();
 };
 
 typedef std::shared_ptr<SketchPlugin_Constraint> ConstraintPtr;