0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / Graphic3d / Graphic3d_ArrayOfTriangleStrips.cxx
index 4437092..058dff1 100644 (file)
@@ -16,6 +16,8 @@
 #include <Graphic3d_ArrayOfTriangleStrips.hxx>
 #include <Standard_Type.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(Graphic3d_ArrayOfTriangleStrips,Graphic3d_ArrayOfPrimitives)
+
 Graphic3d_ArrayOfTriangleStrips::Graphic3d_ArrayOfTriangleStrips (const Standard_Integer theMaxVertexs,
                                                                   const Standard_Integer theMaxStrips,
                                                                   const Standard_Boolean theHasVNormals,