X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Constants.h;h=9255b5239a74016f26abb017a85749228f0fbca7;hb=d7f39bb5064d81ef383a672d5f38718369a13899;hp=f523c3ed8c2bca38370c1a8cbd8afeafdd73c3df;hpb=00740b42f9c46511b2c880857372e37195cae304;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Constants.h b/src/XGUI/XGUI_Constants.h index f523c3ed8..9255b5239 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 @@ -84,7 +84,6 @@ enum TextureMode const static char* PROP_PANEL = "property_panel_dock"; const static char* PROP_PANEL_OK = "property_panel_ok"; const static char* PROP_PANEL_CANCEL = "property_panel_cancel"; -const static char* PROP_PANEL_WDG = "property_panel_widget"; };