Salome HOME
Building Names. First part (to be debugged).
[modules/shaper.git] / src / Model / Model_ResultGroup.cpp
index fbfe1d923d5b6ecfd34ffd794da6e36e82bfd131..ebcdb9b437ff4915e0bfe66b11856f4efb0b16f3 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        Model_ResultGroup.cpp
 // Created:     08 Jul 2014
 // Author:      Mikhail PONIKAROV
@@ -12,7 +14,7 @@ Model_ResultGroup::Model_ResultGroup(std::shared_ptr<ModelAPI_Data> theOwnerData
   myOwnerData = theOwnerData;
 }
 
-std::shared_ptr<GeomAPI_Shape> Model_ResultGroup::shape() const
+std::shared_ptr<GeomAPI_Shape> Model_ResultGroup::shape()
 {
   std::shared_ptr<GeomAPI_Shape> aResult;
   if (myOwnerData) {