0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / BRep / BRep_TEdge.cxx
index 4f79b29..1a90362 100644 (file)
@@ -25,6 +25,8 @@
 #include <TopAbs.hxx>
 #include <TopoDS_TShape.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(BRep_TEdge,TopoDS_TEdge)
+
 static const Standard_Integer ParameterMask       = 1;
 static const Standard_Integer RangeMask           = 2;
 static const Standard_Integer DegeneratedMask     = 4;