]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeString.h
Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeString.h
index 5b037f1c0d6fc9885f12597e09ef58aecc887f8a..a111ba388fd1cb2de419e2cbdde796fd6008e17e 100644 (file)
@@ -48,6 +48,6 @@ class ModelAPI_AttributeString : public ModelAPI_Attribute
 };
 
 //! Pointer on double attribute
-typedef boost::shared_ptr<ModelAPI_AttributeString> AttributeStringPtr;
+typedef std::shared_ptr<ModelAPI_AttributeString> AttributeStringPtr;
 
 #endif