From ac83e94f8b18f69c76af5c795e17639393369376 Mon Sep 17 00:00:00 2001 From: kgv Date: Sat, 12 Jul 2014 13:31:17 +0400 Subject: [PATCH] 0025074: Intf_Polygon2d - add virtual destructor --- src/Intf/Intf_Polygon2d.cdl | 1 + 1 file changed, 1 insertion(+) 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.