X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetValueFeature.cpp;h=e6a4f818c71b465c2842b37a7f5ced7566376e98;hb=6538b6539abf93cf24183c7cfe8a5800a464178f;hp=da9fe5fd354f7c2f5ca58178a398f60233dfcd38;hpb=6929ae64e2dec9ba0a969f646c9d0d719da2ee8a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp b/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp index da9fe5fd3..e6a4f818c 100644 --- a/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp +++ b/src/ModuleBase/ModuleBase_WidgetValueFeature.cpp @@ -14,12 +14,12 @@ ModuleBase_WidgetValueFeature::~ModuleBase_WidgetValueFeature() { } -void ModuleBase_WidgetValueFeature::setResult(const ResultPtr& theFeature) +void ModuleBase_WidgetValueFeature::setObject(const ObjectPtr& theFeature) { myResult = theFeature; } -const ResultPtr& ModuleBase_WidgetValueFeature::result() const +const ObjectPtr& ModuleBase_WidgetValueFeature::object() const { return myResult; }