X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.cpp;h=aaade70ff23d3364b2fb930b5c1bc61081d5eac2;hb=647f62a71de86575a6c5ac73c61371d336c8da75;hp=30a1cd467c063854bc8381c20c64e830eb2a8243;hpb=9e869ede4d8c56262bb20534543c2bf56cd6a91b;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.cpp b/src/Model/Model_ResultConstruction.cpp index 30a1cd467..aaade70ff 100644 --- a/src/Model/Model_ResultConstruction.cpp +++ b/src/Model/Model_ResultConstruction.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: ModelAPI_ResultConstruction.cpp // Created: 07 Jul 2014 // Author: Mikhail PONIKAROV @@ -9,7 +11,7 @@ void Model_ResultConstruction::setShape(std::shared_ptr theShape) myShape = theShape; } -std::shared_ptr& Model_ResultConstruction::shape() +std::shared_ptr Model_ResultConstruction::shape() { return myShape; }