]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMFiltersSelection/GEOM_PreviewFilter.cxx
Salome HOME
Using files from package LightApp instead of SalomeApp
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_PreviewFilter.cxx
index 815ff81cb012695d78efa923d203038d45609020..ae7543320602c4419504573310a2781b9ac869d3 100644 (file)
@@ -1,6 +1,6 @@
 #include "GEOM_PreviewFilter.h"
 
-#include <SalomeApp_DataOwner.h>
+#include <LightApp_DataOwner.h>
 
 //=======================================================================
 // function : GEOM_SelectionFilter
@@ -25,7 +25,7 @@ GEOM_PreviewFilter::~GEOM_PreviewFilter()
 //=======================================================================
 bool GEOM_PreviewFilter::isOk( const SUIT_DataOwner* sOwner ) const
 {
-  const SalomeApp_DataOwner* owner = dynamic_cast<const SalomeApp_DataOwner*> ( sOwner );
+  const LightApp_DataOwner* owner = dynamic_cast<const LightApp_DataOwner*> ( sOwner );
   return ( owner && strstr( owner->entry(), "TEMP" ) );
 }