Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / Config / Config_Prop.cpp
index 6de7627b04eb94c056b0ed18b42c098900eebc82..f2854009b70494c8995e9a9ba053ce9a691d0758 100644 (file)
@@ -12,7 +12,7 @@ void Config_Prop::setValue(const std::string& theValue)
   if (theValue != myValue) {
     myValue = theValue;
     static const Events_ID aChangedEvent = Events_Loop::loop()->eventByName("PreferenceChanged");
-    Events_Loop::loop()->send(boost::shared_ptr<Events_Message>(
+    Events_Loop::loop()->send(std::shared_ptr<Events_Message>(
       new Events_Message(aChangedEvent, this)));
   }
 }