From: kgv Date: Sat, 12 Jul 2014 09:31:17 +0000 (+0400) Subject: 0025074: Intf_Polygon2d - add virtual destructor X-Git-Tag: V6_8_0_beta~192 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=ac83e94f8b18f69c76af5c795e17639393369376;p=occt-copy.git 0025074: Intf_Polygon2d - add virtual destructor --- diff --git a/src/Intf/Intf_Polygon2d.cdl b/src/Intf/Intf_Polygon2d.cdl index 883c36ba50..a1df13a203 100644 --- a/src/Intf/Intf_Polygon2d.cdl +++ b/src/Intf/Intf_Polygon2d.cdl @@ -34,6 +34,7 @@ is Closed (me) returns Boolean from Standard is virtual; ---Purpose: Returns True if the polyline is closed. + ---C++: alias " virtual ~Intf_Polygon2d() {}" DeflectionOverEstimation (me) returns Real from Standard is deferred; ---Purpose: Returns the tolerance of the polygon.