Salome HOME
first part of the porting on OCCT 7.0
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_UpdateObjectOp.h
index 4e8b5ba0191f874fefe51398e56ee2cece88d8e6..70f1157f13866e14978c11bd83e0a14cdca71cf3 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <NCollection_Map.hxx>
 
-class Handle_HYDROData_Entity;
+class HYDROData_Entity;
 
 class HYDROGUI_UpdateObjectOp : public HYDROGUI_Operation
 {
@@ -38,7 +38,7 @@ protected:
 
   virtual void               startOperation();
 
-  virtual void               updateObject( const Handle_HYDROData_Entity& theObject,
+  virtual void               updateObject( const Handle(HYDROData_Entity)& theObject,
                                            NCollection_Map<Handle(HYDROData_Entity)>& theMapOfTreated  ) const;
 
 private: