0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / GccInt / GccInt_BPoint.cxx
index a713caa..0277229 100644 (file)
@@ -20,6 +20,8 @@
 #include <Standard_DomainError.hxx>
 #include <Standard_Type.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(GccInt_BPoint,GccInt_Bisec)
+
 GccInt_BPoint::
    GccInt_BPoint(const gp_Pnt2d& Point) {
    pnt = gp_Pnt2d(Point);