Salome HOME
make compilable under debian linux
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
index bec1b9da1019db0f6d24606ac546cdcd9a1c61a5..3804c3c0673f05c12e4ed3c8150f32c90877b1be 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_Tools.h
 // Created:     06 Aug 2014
 // Author:      Vitaly Smetannikov
@@ -11,7 +13,7 @@
 
 namespace ModelAPI_Tools {
 /// Returns shape from the given Result object
-MODELAPI_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
+MODELAPI_EXPORT std::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
 }
 ;