0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / Geom / Geom_Circle.cxx
index be12441..eb8da30 100644 (file)
@@ -28,6 +28,8 @@
 #include <Standard_RangeError.hxx>
 #include <Standard_Type.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(Geom_Circle,Geom_Conic)
+
 typedef Geom_Circle         Circle;
 typedef gp_Ax2  Ax2;
 typedef gp_Pnt  Pnt;