From 179b706d74b530b02c9e8695c8a3e2e40b4aa6ea Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 27 Sep 2017 15:30:33 +0300 Subject: [PATCH] refs #1327: correction of compilation errors --- src/HYDROGUI/HYDROGUI_BathymetryPrs.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2