X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ViewerFilters.h;h=8314f70546b69907268289f9e879098ef691e7ea;hb=450d1bd65c11870d3942a30164518037b9a7503e;hp=9c1ad9b464973e32288ea31f7136740b338a1642;hpb=1db2ce63f51cc1a7bf6f029fea604cfa528aa1fd;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ViewerFilters.h b/src/ModuleBase/ModuleBase_ViewerFilters.h index 9c1ad9b46..8314f7054 100644 --- a/src/ModuleBase/ModuleBase_ViewerFilters.h +++ b/src/ModuleBase/ModuleBase_ViewerFilters.h @@ -60,7 +60,7 @@ public: Standard_EXPORT ModuleBase_ShapeInPlaneFilter(): SelectMgr_Filter() {} /// Set working plane - /// \param thePane plane object + /// \param thePlane a plane object void setPlane(const std::shared_ptr& thePlane) { myPlane = thePlane; } /// Returns current working plane