From: asl Date: Wed, 27 Sep 2017 12:30:33 +0000 (+0300) Subject: refs #1327: correction of compilation errors X-Git-Tag: v2.1~66^2~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=179b706d74b530b02c9e8695c8a3e2e40b4aa6ea;p=modules%2Fhydro.git refs #1327: correction of compilation errors --- diff --git a/src/HYDROGUI/HYDROGUI_BathymetryPrs.h b/src/HYDROGUI/HYDROGUI_BathymetryPrs.h index 9837f478..6af696db 100644 --- a/src/HYDROGUI/HYDROGUI_BathymetryPrs.h +++ b/src/HYDROGUI/HYDROGUI_BathymetryPrs.h @@ -55,6 +55,7 @@ protected: const Standard_Integer theMode ); void UpdateBound(); + void AddPoint( const Handle(Graphic3d_ArrayOfPoints)&, const Handle(SelectMgr_EntityOwner)& ); private: Bnd_Box myBound;