0027047: STEP -- eliminate useless polymorhic methods Init()
[occt.git] / src / StepShape / StepShape_CsgSolid.hxx
index a66477e..367881e 100644 (file)
@@ -39,9 +39,7 @@ public:
   //! Returns a CsgSolid
   Standard_EXPORT StepShape_CsgSolid();
   
-  Standard_EXPORT virtual void Init (const Handle(TCollection_HAsciiString)& aName) Standard_OVERRIDE;
-  
-  Standard_EXPORT virtual void Init (const Handle(TCollection_HAsciiString)& aName, const StepShape_CsgSelect& aTreeRootExpression);
+  Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& aName, const StepShape_CsgSelect& aTreeRootExpression);
   
   Standard_EXPORT void SetTreeRootExpression (const StepShape_CsgSelect& aTreeRootExpression);