Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDouble.h
index e61dfa060292bcbb680f32e0d799e0cfc6c83b25..670c7f0892d24b756409625c4f09d9eebb7d2d70 100644 (file)
@@ -46,6 +46,6 @@ class ModelAPI_AttributeDouble : public ModelAPI_Attribute
 };
 
 //! Pointer on double attribute
-typedef boost::shared_ptr<ModelAPI_AttributeDouble> AttributeDoublePtr;
+typedef std::shared_ptr<ModelAPI_AttributeDouble> AttributeDoublePtr;
 
 #endif