X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_FeatureReader.h;h=005c9d7f2594fb791005a8cbfbbd3009d89b848a;hb=9e869ede4d8c56262bb20534543c2bf56cd6a91b;hp=3f5d7f7054d0ee5e1e187a8d2228a6aa781eee1b;hpb=294640ac53df9e1fc697b007aca1e00259b5049a;p=modules%2Fshaper.git diff --git a/src/Config/Config_FeatureReader.h b/src/Config/Config_FeatureReader.h index 3f5d7f705..005c9d7f2 100644 --- a/src/Config/Config_FeatureReader.h +++ b/src/Config/Config_FeatureReader.h @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include @@ -32,7 +32,7 @@ class Config_FeatureReader : public Config_XMLReader bool processChildren(xmlNodePtr aNode); void fillFeature(xmlNodePtr theRoot, - const boost::shared_ptr& outFeatureMessage); + const std::shared_ptr& outFeatureMessage); void storeAttribute(xmlNodePtr theNode, const char* theNodeAttribute); std::string restoreAttribute(xmlNodePtr theNode, const char* theNodeAttribute);