]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetSelector.h
Salome HOME
Update classes documentation
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetSelector.h
index b6af3a3f9de84ffcfb6bf571b7be5c191ba0821c..f39b74717bd0cfab2c0398dd9943fb891122ab52 100755 (executable)
@@ -109,8 +109,9 @@ protected:
   //----------- Class members -------------
   /// Returns a name in the next form: attribute_feature_name/attribute_id
   /// \param theAttribute a model attribute
+  /// \param theWorkshop a workshop class instance
   /// \return string value
-  static std::string generateName(const AttributePtr& theAttribite,
+  static std::string generateName(const AttributePtr& theAttribute,
                                   ModuleBase_IWorkshop* theWorkshop);
 };