X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_AttributeDouble.h;h=121af02a5c083985ebcf3bf46bb1c5f604b456d8;hb=b52164791e6cc6cdc2c009c7ef6667d9f476d3aa;hp=e61dfa060292bcbb680f32e0d799e0cfc6c83b25;hpb=8dc74f82810d5f597b78633b457efb0ef4f89f9f;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_AttributeDouble.h b/src/ModelAPI/ModelAPI_AttributeDouble.h index e61dfa060..121af02a5 100644 --- a/src/ModelAPI/ModelAPI_AttributeDouble.h +++ b/src/ModelAPI/ModelAPI_AttributeDouble.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: ModelAPI_AttributeDouble.h // Created: 2 Apr 2014 // Author: Mikhail PONIKAROV @@ -46,6 +48,6 @@ class ModelAPI_AttributeDouble : public ModelAPI_Attribute }; //! Pointer on double attribute -typedef boost::shared_ptr AttributeDoublePtr; +typedef std::shared_ptr AttributeDoublePtr; #endif