Salome HOME
Using files from package LightApp instead of SalomeApp
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_OCCFilter.h
index b19764305618d506d3ae2825cc575045eb2c3e8b..2d477ccab44dcb6ec27d56615002127bc6c53dfb 100644 (file)
@@ -5,18 +5,18 @@
 
 #include <Standard_DefineHandle.hxx>
 
-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: