From d72013767e70811a3ccb06c05847992898c623c5 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 15 Oct 2015 18:15:11 +0300 Subject: [PATCH] correction after merge with master --- src/HYDROData/HYDROData_LandCoverMap.cxx | 1 + src/HYDROData/HYDROData_Object.cxx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/HYDROData/HYDROData_LandCoverMap.cxx b/src/HYDROData/HYDROData_LandCoverMap.cxx index 8efeb107..c7064889 100644 --- a/src/HYDROData/HYDROData_LandCoverMap.cxx +++ b/src/HYDROData/HYDROData_LandCoverMap.cxx @@ -137,6 +137,7 @@ QString HYDROData_LandCoverMap::Iterator::StricklerType() const Constructor */ HYDROData_LandCoverMap::HYDROData_LandCoverMap() + : HYDROData_Entity( Geom_No ) { } diff --git a/src/HYDROData/HYDROData_Object.cxx b/src/HYDROData/HYDROData_Object.cxx index 927bd865..78f734ea 100644 --- a/src/HYDROData/HYDROData_Object.cxx +++ b/src/HYDROData/HYDROData_Object.cxx @@ -73,11 +73,11 @@ void HYDROData_Object::Update() { if( IsMustBeUpdated( Geom_2d ) ) { - removeTopShape(); - removeGroupObjects(); + RemoveTopShape(); + RemoveGroupObjects(); } if( IsMustBeUpdated( Geom_3d ) ) - removeShape3D(); + RemoveShape3D(); checkAndSetAltitudeObject(); HYDROData_Entity::Update(); -- 2.39.2