X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Constants.h;h=f228e092e9daf37a54bd9bcd4d213d970a74b155;hb=d80699ac131d75798c6c39deff2c5e820aface5f;hp=f523c3ed8c2bca38370c1a8cbd8afeafdd73c3df;hpb=1ee8245fa4f613308c85ee9e844fe8d6af016930;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Constants.h b/src/XGUI/XGUI_Constants.h index f523c3ed8..f228e092e 100644 --- a/src/XGUI/XGUI_Constants.h +++ b/src/XGUI/XGUI_Constants.h @@ -12,7 +12,7 @@ typedef QList QShortList; //!< list of short int values typedef QList QDoubleList; //!< list of double values //! Pointer on feature object -typedef std::shared_ptr FeaturePtr; +typedef boost::shared_ptr FeaturePtr; typedef QList QFeatureList; //!< List of features namespace XGUI