X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetValueFeature.cpp;h=e6a4f818c71b465c2842b37a7f5ced7566376e98;hb=cdd9efd8fbc75f120188ae16eed7471dc6492ac3;hp=51b39e181a98424f1023333158ab51980c40083a;hpb=0741a16dede895f053a30112a2f2216650accce0;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp b/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp index 51b39e181..e6a4f818c 100644 --- a/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp +++ b/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp @@ -14,14 +14,14 @@ ModuleBase_WidgetValueFeature::~ModuleBase_WidgetValueFeature() { } -void ModuleBase_WidgetValueFeature::setFeature(const FeaturePtr& theFeature) +void ModuleBase_WidgetValueFeature::setObject(const ObjectPtr& theFeature) { - myFeature = theFeature; + myResult = theFeature; } -const FeaturePtr& ModuleBase_WidgetValueFeature::feature() const +const ObjectPtr& ModuleBase_WidgetValueFeature::object() const { - return myFeature; + return myResult; } void ModuleBase_WidgetValueFeature::setPoint(const boost::shared_ptr& thePoint)