X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetMultiSelector.h;h=3bf11d9739d97ae95628b8d4dcc6f79beff52b1c;hb=32208dedf0b2b5bd50b5b86c464f37a8e0eb07d0;hp=b079c75301fdc39fe8d3c033762209840973393b;hpb=9ddad7aadf48e6754d8ddeea4eaf0c37c66a9b8f;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetMultiSelector.h b/src/PartSet/PartSet_WidgetMultiSelector.h index b079c7530..3bf11d973 100644 --- a/src/PartSet/PartSet_WidgetMultiSelector.h +++ b/src/PartSet/PartSet_WidgetMultiSelector.h @@ -54,6 +54,7 @@ protected: /// Creates a backup of the current values of the attribute /// It should be realized in the specific widget because of different /// parameters of the current attribute + /// \param theAttribute an attribute /// \param theValid a boolean flag, if restore happens for valid parameters virtual void restoreAttributeValue(const AttributePtr& theAttribute, const bool theValid); @@ -69,7 +70,7 @@ protected: /// Manager of external objects PartSet_ExternalObjectsMgr* myExternalObjectMgr; - /// Pointer to a sketch + /// Pointer to a sketch CompositeFeaturePtr mySketch; };