X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMFiltersSelection%2FGEOM_OCCFilter.h;h=2d477ccab44dcb6ec27d56615002127bc6c53dfb;hb=6fa64130e586f57e807bfb298c52f10bfb2c0b2d;hp=b19764305618d506d3ae2825cc575045eb2c3e8b;hpb=222b83a9ee31d4d4756f4d20f59ecdc34ee9108f;p=modules%2Fgeom.git diff --git a/src/GEOMFiltersSelection/GEOM_OCCFilter.h b/src/GEOMFiltersSelection/GEOM_OCCFilter.h index b19764305..2d477ccab 100644 --- a/src/GEOMFiltersSelection/GEOM_OCCFilter.h +++ b/src/GEOMFiltersSelection/GEOM_OCCFilter.h @@ -5,18 +5,18 @@ #include -class SalomeApp_SelectionMgr; +class LightApp_SelectionMgr; class GEOM_OCCFilter : public SelectMgr_Filter { public: - Standard_EXPORT GEOM_OCCFilter( SalomeApp_SelectionMgr* theSelMgr); + Standard_EXPORT GEOM_OCCFilter( LightApp_SelectionMgr* theSelMgr); Standard_EXPORT ~GEOM_OCCFilter(); Standard_EXPORT virtual Standard_Boolean IsOk( const Handle(SelectMgr_EntityOwner)& anObj ) const; private: - SalomeApp_SelectionMgr* mySelMgr; + LightApp_SelectionMgr* mySelMgr; public: