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