0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / Expr / Expr_Absolute.cxx
index 3127d3a..5eb3dbc 100644 (file)
@@ -29,6 +29,8 @@
 #include <Standard_Type.hxx>
 #include <TCollection_AsciiString.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(Expr_Absolute,Expr_UnaryExpression)
+
 Expr_Absolute::Expr_Absolute (const Handle(Expr_GeneralExpression)& exp)
 {
   CreateOperand(exp);