Salome HOME
Issue #2205 Ability to customize the arrows and texts of dimensions: angle - correct...
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Parallel.cpp
index cfdad6de9bd196631590aa5fcaed0281bc652487..90cdfd1299de6bf9e86b99570675c3fcf4798afb 100644 (file)
@@ -34,8 +34,9 @@ IMPLEMENT_STANDARD_RTTIEXT(SketcherPrs_Parallel, SketcherPrs_SymbolPrs);
 static Handle(Image_AlienPixMap) MyPixMap;
 
 SketcherPrs_Parallel::SketcherPrs_Parallel(ModelAPI_Feature* theConstraint,
+                                          ModelAPI_CompositeFeature* theSketcher,
                                            const std::shared_ptr<GeomAPI_Ax3>& thePlane)
- : SketcherPrs_SymbolPrs(theConstraint, thePlane)
+ : SketcherPrs_SymbolPrs(theConstraint, theSketcher, thePlane)
 {
 }