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