]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeBoolean.h
Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeBoolean.h
index cf431322bf298de5b87f8aea74aa707746ad4c43..23c8f2403aab2cbd87330e40b42f99f6824842c9 100644 (file)
@@ -45,6 +45,6 @@ class ModelAPI_AttributeBoolean : public ModelAPI_Attribute
   }
 };
 
-typedef boost::shared_ptr<ModelAPI_AttributeBoolean> AttributeBooleanPtr;
+typedef std::shared_ptr<ModelAPI_AttributeBoolean> AttributeBooleanPtr;
 
 #endif