Salome HOME
Migration to OCCT 7.0
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_OCCFilter.h
index a36e0bef15941acd4aee00d54d3216d45639eaa8..fd6a4ac0c52b0f30fc2b8ff944cda13e382b4c48 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <Standard_DefineHandle.hxx>
 
+#include <Basics_OCCTVersion.hxx>
+
 class LightApp_SelectionMgr;
 
 class GEOM_OCCFilter : public SelectMgr_Filter
@@ -42,7 +44,7 @@ private:
 
 public:
   
-  DEFINE_STANDARD_RTTI(GEOM_OCCFilter);
+  OCCT_DEFINE_STANDARD_RTTIEXT(GEOM_OCCFilter,SelectMgr_Filter)
 
 };