X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetValueFeature.cpp;h=e6a4f818c71b465c2842b37a7f5ced7566376e98;hb=cdd9efd8fbc75f120188ae16eed7471dc6492ac3;hp=da9fe5fd354f7c2f5ca58178a398f60233dfcd38;hpb=3985b767e74385e51d1b503d2c97d3bb1e3f6faa;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; }