X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Displayer.h;h=bc01eb9017ca8a7593da0964df54945c01345136;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=f39d9c2f98146688cb5bdb5e1354bd3584f28848;hpb=d74afc6389ed4e656c9451ac01b4065470746fd8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Displayer.h b/src/HYDROGUI/HYDROGUI_Displayer.h index f39d9c2f..bc01eb90 100644 --- a/src/HYDROGUI/HYDROGUI_Displayer.h +++ b/src/HYDROGUI/HYDROGUI_Displayer.h @@ -23,7 +23,7 @@ #ifndef HYDROGUI_DISPLAYER_H #define HYDROGUI_DISPLAYER_H -#include +#include #include @@ -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;