0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / src / Expr / Expr_Product.cxx
index 155230a..2aca663 100644 (file)
@@ -34,6 +34,8 @@
 #include <TCollection_AsciiString.hxx>
 #include <TColStd_Array1OfInteger.hxx>
 
+IMPLEMENT_STANDARD_RTTIEXT(Expr_Product,Expr_PolyExpression)
+
 Expr_Product::Expr_Product (const Expr_SequenceOfGeneralExpression& exps)
 {
   Standard_Integer i;