From d5991067d2dfb37428add45865f96c8a65866993 Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Fri, 25 Oct 2024 15:34:26 +0200 Subject: [PATCH] solid: Specify memory management for setExteriorShell --- src/Solid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Solid.h b/src/Solid.h index d88cd063..83c8b02a 100644 --- a/src/Solid.h +++ b/src/Solid.h @@ -157,6 +157,8 @@ class SFCGAL_API Solid : public Geometry { /** * Sets the Solid exterior shell + * The ownership of the shell is taken. The caller is not responsible + * anymore of its deallocation. */ inline void setExteriorShell(PolyhedralSurface *shell)