]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/ConstructionPlugin_Point.cpp
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index e5d40b7c1e163eca0c1890103248da3cf7acd62f..fa0cf672a2d801930cc5c663b2e5b342fa5d9c56 100644 (file)
@@ -86,7 +86,7 @@ void ConstructionPlugin_Point::execute()
 //==================================================================================================
 bool ConstructionPlugin_Point::customisePresentation(ResultPtr theResult,
                                                      AISObjectPtr thePrs,
-                                                     std::shared_ptr<GeomAPI_ICustomPrs> theDefaultPrs)
+                                                std::shared_ptr<GeomAPI_ICustomPrs> theDefaultPrs)
 {
   bool isCustomized = theDefaultPrs.get() != NULL &&
                       theDefaultPrs->customisePresentation(theResult, thePrs, theDefaultPrs);