X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Prop.cpp;h=91b9686700a5fff66ce0fb5b44db621294a62f6a;hb=3f1a42a51c7de1911c75453ff7134593d7d2c6b1;hp=6de7627b04eb94c056b0ed18b42c098900eebc82;hpb=66af250951f489574b0229b9c6a5b18a1b358ac6;p=modules%2Fshaper.git diff --git a/src/Config/Config_Prop.cpp b/src/Config/Config_Prop.cpp index 6de7627b0..91b968670 100644 --- a/src/Config/Config_Prop.cpp +++ b/src/Config/Config_Prop.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Config_Prop.cpp // Created: 18 Sep 2014 // Author: Mikhail PONIKAROV @@ -12,7 +14,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_Loop::loop()->send(std::shared_ptr( new Events_Message(aChangedEvent, this))); } }