Salome HOME
refs #417: showing new objects
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PrsDriver.h
index f73c00819180507a885f0ddbb88667f2fba68948..5356e464d492b85b1d4ba9f22dec34609782aca8 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef HYDROGUI_PRSDRIVER_H
 #define HYDROGUI_PRSDRIVER_H
 
-#include <HYDROData_Object.h>
+#include <HYDROData_Entity.h>
 
 class HYDROGUI_Prs;
 
@@ -53,7 +53,7 @@ public:
    * \param thePrs presentation
    * \return status of the operation
    */
-  virtual bool Update( const Handle(HYDROData_Object)& theObj,
+  virtual bool Update( const Handle(HYDROData_Entity)& theObj,
                        HYDROGUI_Prs*& thePrs );
 };