X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_PrsDriver.h;h=5356e464d492b85b1d4ba9f22dec34609782aca8;hb=e7225e329739e01faed6682de0bc83cf84c28de6;hp=f73c00819180507a885f0ddbb88667f2fba68948;hpb=d74afc6389ed4e656c9451ac01b4065470746fd8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_PrsDriver.h b/src/HYDROGUI/HYDROGUI_PrsDriver.h index f73c0081..5356e464 100644 --- a/src/HYDROGUI/HYDROGUI_PrsDriver.h +++ b/src/HYDROGUI/HYDROGUI_PrsDriver.h @@ -23,7 +23,7 @@ #ifndef HYDROGUI_PRSDRIVER_H #define HYDROGUI_PRSDRIVER_H -#include +#include 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 ); };