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