Salome HOME
Fix for the bug #42: point C is not activated, but point C is shown in preview in...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Displayer.h
index f39d9c2f98146688cb5bdb5e1354bd3584f28848..bc01eb9017ca8a7593da0964df54945c01345136 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef HYDROGUI_DISPLAYER_H
 #define HYDROGUI_DISPLAYER_H
 
-#include <HYDROData_Object.h>
+#include <HYDROData_Entity.h>
 
 #include <QMap>
 
@@ -123,7 +123,7 @@ private:
    * \brief Get the presentation driver for the specified data object.
    * \param theObj data object
    */
-  HYDROGUI_PrsDriver*             getDriver( const Handle(HYDROData_Object)& theObj );
+  HYDROGUI_PrsDriver*             getDriver( const Handle(HYDROData_Entity)& theObj );
 
 private:
   HYDROGUI_Module*                myModule;