Salome HOME
Merge remote-tracking branch 'remotes/origin/master'
[modules/shaper.git] / src / Model / Model_AttributeDouble.cpp
index 13b4c97c650b8984971a2e0fdb7689432304a463..88b4352a56d288dd8b3b0c81a7acfdc28e5ce82f 100644 (file)
@@ -13,7 +13,7 @@ void Model_AttributeDouble::setValue(const double theValue)
   if (myReal->Get() != theValue) {
     myReal->Set(theValue);
     static Events_ID anEvent = Events_Loop::eventByName(EVENT_FEATURE_UPDATED);
-    Model_FeatureUpdatedMessage aMsg(feature(), anEvent);
+    Model_FeatureUpdatedMessage aMsg(owner(), anEvent);
     Events_Loop::loop()->send(aMsg);
   }
 }